Skip to content

Commit

Permalink
Make use of new AGP feature that skips uninstall of apks after runnig…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
mtotschnig committed Mar 16, 2024
1 parent b4e9aaa commit 3bbc227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ android.useAndroidX=true
# https://github.com/mtotschnig/MyExpenses/issues/1181
# https://github.com/mtotschnig/MyExpenses/issues/1182
android.enableR8.fullMode=false
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError
android.injected.androidTest.leaveApksInstalledAfterRun=true

0 comments on commit 3bbc227

Please sign in to comment.