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:
parent
3938549a14
commit
82712487fe
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
compileSdk = 33
|
compileSdk = 34
|
||||||
minSdk = 32
|
minSdk = 32
|
||||||
targetSdk = 33
|
targetSdk = 34
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: 'gradle/dependencies.gradle'
|
apply from: 'gradle/dependencies.gradle'
|
||||||
|
|
Loading…
Reference in a new issue