diff --git a/android/app/build.gradle b/android/app/build.gradle index 9fdfe1c..cf2069f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -29,7 +29,6 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdk 34 sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -38,6 +37,7 @@ android { defaultConfig { applicationId "org.fsociety.vernet" minSdkVersion 24 + compileSdk 34 targetSdkVersion 35 versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/android/gradle.properties b/android/gradle.properties index bb9190b..ee86c65 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -16,6 +16,5 @@ android.nonFinalResIds=false android.nonTransitiveRClass=true android.useAndroidX=true org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g - -#org.gradle.configuration-cache=true -#org.gradle.configuration-cache.problems=warn +# org.gradle.configuration-cache=true +# org.gradle.configuration-cache.problems=warn