Skip to content

Commit

Permalink
Android target SDK 33
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 22, 2023
1 parent 575b0fe commit c9bd378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 32
compileSdkVersion 33
//buildToolsVersion '30.0.2'

// API Level
Expand All @@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "com.nltechno.dolidroidpro"
minSdkVersion 25
targetSdkVersion 32
targetSdkVersion 33
}

buildTypes {
Expand Down

0 comments on commit c9bd378

Please sign in to comment.