Skip to content

Commit

Permalink
upgrade target sdk version to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
anggastudio committed Apr 27, 2024
1 parent 7bc8204 commit ac479c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions printama/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.anggastudio'

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 33
buildToolsVersion "33.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 33
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit ac479c7

Please sign in to comment.