diff --git a/app/build.gradle b/app/build.gradle index e1b1306e..4821e41c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "dev.ukanth.ufirewall" //applicationId "dev.ukanth.ufirewall.donate" minSdkVersion 21 - versionCode 20241019 + versionCode 20241025 versionName "3.6.1" buildConfigField 'boolean', 'DONATE', 'false' } diff --git a/gradle.properties b/gradle.properties index 590f544f..370ce1b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,3 +2,4 @@ android.useAndroidX=true android.enableJetifier=true org.gradle.unsafe.configuration-cache=true org.gradle.jvmargs=-Xmx12800m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxHeapSize=256m +android.suppressUnsupportedCompileSdk=35