Skip to content

Commit

Permalink
Updated to latest gradle and gradle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Aug 14, 2023
1 parent 7b3584c commit 4efb569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ apply plugin: 'com.android.application'

android {

compileSdkVersion 33
buildToolsVersion '33.0.1'

defaultConfig {
compileSdk 33
applicationId "dev.ukanth.ufirewall"
//applicationId "dev.ukanth.ufirewall.donate"
minSdkVersion 21
targetSdkVersion 33
versionCode 20230215
versionCode 20230814
versionName "3.6"
//buildConfigField 'boolean', 'DONATE', 'true'
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.0'
}
}

Expand Down

0 comments on commit 4efb569

Please sign in to comment.