Loading gradle.properties +7 −0 Original line number Diff line number Diff line Loading @@ -8,3 +8,10 @@ android.useAndroidX=true android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false # JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 kotlin.daemon.jvmargs=-Xmx4096m org.gradle.caching=true org.gradle.parallel=true org.gradle.configureondemand=true gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line #Fri Sep 16 08:12:41 CEST 2022 distributionBase=GRADLE_USER_HOME distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME library/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ tasks.withType(SpotBugsTask){task -> } android { compileSdkVersion 33 compileSdk 34 buildTypes { debug { Loading @@ -119,7 +119,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 32 targetSdkVersion 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}" Loading sample_client/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ repositories { } android { compileSdkVersion 33 compileSdk 34 lintOptions { abortOnError false Loading @@ -28,7 +28,7 @@ android { } defaultConfig { minSdkVersion 14 targetSdkVersion 33 targetSdkVersion 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } Loading Loading
gradle.properties +7 −0 Original line number Diff line number Diff line Loading @@ -8,3 +8,10 @@ android.useAndroidX=true android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false # JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 kotlin.daemon.jvmargs=-Xmx4096m org.gradle.caching=true org.gradle.parallel=true org.gradle.configureondemand=true
gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line #Fri Sep 16 08:12:41 CEST 2022 distributionBase=GRADLE_USER_HOME distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME
library/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ tasks.withType(SpotBugsTask){task -> } android { compileSdkVersion 33 compileSdk 34 buildTypes { debug { Loading @@ -119,7 +119,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 32 targetSdkVersion 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}" Loading
sample_client/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ repositories { } android { compileSdkVersion 33 compileSdk 34 lintOptions { abortOnError false Loading @@ -28,7 +28,7 @@ android { } defaultConfig { minSdkVersion 14 targetSdkVersion 33 targetSdkVersion 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } Loading