diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 89bdd0c35..44b549e67 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -272,7 +272,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion") // For detecting memory leaks; see https://square.github.io/leakcanary/ - // debugImplementation("com.squareup.leakcanary:leakcanary-android:2.6") + // debugImplementation("com.squareup.leakcanary:leakcanary-android:2.7") // SY --> // [EXH] Android 7 SSL Workaround diff --git a/gradle.properties b/gradle.properties index f2e5e5720..6c8ec43ac 100755 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx10248m -XX:MaxPermSize=256m # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -org.gradle.jvmargs=-Xmx2048m +org.gradle.jvmargs=-Xmx3072m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit