Skip to content

Commit

Permalink
Downgrade targetSdkVersion to 33.
Browse files Browse the repository at this point in the history
Otherwise the play store console shows an error "You need to use an SDK with a version number of 33 or lower." when trying to upload the apk.
  • Loading branch information
caarmen committed Mar 31, 2024
1 parent d430d70 commit f411669
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
Expand Up @@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "ca.rmen.android.frc.complications"
minSdkVersion 26
targetSdkVersion 34
targetSdkVersion 33
versionCode 110
versionName "1.1.0"
resValue "string", "versionName", versionName
Expand Down Expand Up @@ -43,4 +43,4 @@ dependencies {
implementation "androidx.wear:wear-remote-interactions:1.0.0"
implementation "androidx.wear:wear:1.3.0"
implementation "androidx.preference:preference:1.2.1"
}
}

0 comments on commit f411669

Please sign in to comment.