Skip to content

Commit

Permalink
bump target sdk version to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
anangkur committed Dec 11, 2023
1 parent e055a29 commit 29bd0d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ android {
defaultConfig {
applicationId "com.anangkur.mediku"
minSdkVersion 21
targetSdkVersion 29
versionCode 31
versionName "v3.1"
targetSdkVersion 33
versionCode 32
versionName "v3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 29bd0d7

Please sign in to comment.