diff --git a/app/build.gradle b/app/build.gradle index c9f88b76..3e22875d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,13 +3,12 @@ apply plugin: 'com.android.application' android { defaultConfig { - compileSdk 33 + compileSdk 34 applicationId "dev.ukanth.ufirewall" //applicationId "dev.ukanth.ufirewall.donate" minSdkVersion 21 - targetSdkVersion 33 - versionCode 20230828 - versionName "3.6.0" + versionCode 20240606 + versionName "3.6.1" //buildConfigField 'boolean', 'DONATE', 'true' } @@ -28,6 +27,7 @@ android { } } + lint { abortOnError true disable 'MissingTranslation' diff --git a/build.gradle b/build.gradle index 4d7b4068..2072e91c 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.0' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0c8f5288..a7d0faf7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip