build.gradle: Bump targetSDK to 34 for privileged

This commit is contained in:
Peter Cai 2023-11-28 22:01:14 -05:00
parent 8845ceec9a
commit 366b4bc049

View file

@ -16,7 +16,7 @@ android {
defaultConfig {
applicationId "im.angry.openeuicc"
minSdk 30
targetSdk 31
targetSdk 34
versionCode getGitVersionCode()
versionName getGitVersionName()