Skip to content

Commit

Permalink
Override compileSdk for Wear app
Browse files Browse the repository at this point in the history
  • Loading branch information
Florianisme committed Oct 7, 2023
1 parent 8f2f5e0 commit 2569e47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ apply plugin: 'com.android.application'
apply from: "$rootProject.projectDir/shared-build.gradle"

android {
compileSdk 33
defaultConfig {
versionCode 92
targetSdk 33
versionCode 96
}
}

Expand Down

0 comments on commit 2569e47

Please sign in to comment.