Increase compile/target SDK

This commit is contained in:
arkon 2023-08-25 22:32:44 -04:00
parent 11506a7390
commit b23845a1ef

View File

@ -5,11 +5,11 @@ plugins {
}
android {
compileSdkVersion 33
compileSdk 34
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
minSdk 21
targetSdk 34
}
buildTypes {