Skip to content

Commit

Permalink
[Gradle] Update compileSdkVersion to android-UpsideDownCake
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 511530361
  • Loading branch information
dsn5ft authored and hunterstich committed Feb 23, 2023
1 parent 4032a74 commit 3fb6bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
}

ext {
compileSdkVersion = 33
compileSdkVersion = 'android-UpsideDownCake'
minSdkVersion = 14
targetSdkVersion = 33

Expand Down

0 comments on commit 3fb6bb2

Please sign in to comment.