Skip to content

Commit

Permalink
gradle: Bump to SDK 34
Browse files Browse the repository at this point in the history
* Android.bp builds mean that we're already on this
* This will need more updates, but let's start here

Change-Id: I924099840e40e2a2b4fd90157f45a160b7c794dd
  • Loading branch information
chirayudesai committed Oct 8, 2023
1 parent 3938549 commit 8271248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ plugins {
}

ext {
compileSdk = 33
compileSdk = 34
minSdk = 32
targetSdk = 33
targetSdk = 34
}

apply from: 'gradle/dependencies.gradle'
Expand Down

0 comments on commit 8271248

Please sign in to comment.