Skip to content

Commit

Permalink
Update SDK version to please Google Play
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Sep 3, 2024
1 parent 1a9a150 commit 2b1e9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ android {

// Must match ci/install-android-sdk
buildToolsVersion "31.0.0"
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "com.agateau.tinywheels.android"
minSdkVersion 19
targetSdkVersion 33
targetSdkVersion 34
versionCode versionProps['VERSION_CODE'].toInteger()
versionName versionProps['VERSION']
}
Expand Down

0 comments on commit 2b1e9b9

Please sign in to comment.