gradle: Bump to SDK 34

* Android.bp builds mean that we're already on this
* This will need more updates, but let's start here

Change-Id: I924099840e40e2a2b4fd90157f45a160b7c794dd
This commit is contained in:
Chirayu Desai 2023-10-08 00:31:22 +05:30
parent 3938549a14
commit 82712487fe

View file

@ -20,9 +20,9 @@ plugins {
}
ext {
compileSdk = 33
compileSdk = 34
minSdk = 32
targetSdk = 33
targetSdk = 34
}
apply from: 'gradle/dependencies.gradle'