chore: Bump all subproject compileSdks

...yes, we'll probably need to bump these again very soon.
This commit is contained in:
Peter Cai 2024-09-07 15:51:37 -04:00
parent 5ab07d6262
commit b101b01228
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ apply {
android {
namespace = "im.angry.openeuicc_deps"
compileSdk = 33
compileSdk = 34
defaultConfig {
minSdk = 28

View file

@ -5,7 +5,7 @@ plugins {
android {
namespace = "net.typeblog.lpac_jni"
compileSdk = 33
compileSdk = 34
ndkVersion = "26.1.10909125"
defaultConfig {