Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opensrp/fhircore
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed Dec 11, 2024
2 parents 06fd610 + 7506143 commit 00f2cd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=4g
org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=4g

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
Expand Down
4 changes: 4 additions & 0 deletions android/quest/src/contigo/res/drawable/ic_check.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<vector android:height="24dp" android:viewportHeight="16"
android:viewportWidth="16" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FFFFFF" android:fillType="evenOdd" android:pathData="M13.8047,3.5286C14.0651,3.789 14.0651,4.2111 13.8047,4.4714L6.4714,11.8048C6.2111,12.0651 5.7889,12.0651 5.5286,11.8048L2.1953,8.4714C1.9349,8.2111 1.9349,7.789 2.1953,7.5286C2.4556,7.2683 2.8777,7.2683 3.1381,7.5286L6,10.3906L12.8619,3.5286C13.1223,3.2683 13.5444,3.2683 13.8047,3.5286Z"/>
</vector>

0 comments on commit 00f2cd5

Please sign in to comment.