Upgrade to targetSdk 34

This commit is contained in:
2024-03-01 16:17:33 +01:00
parent b301cb3029
commit f122ec37d7
4 changed files with 4 additions and 46 deletions

View File

@@ -10,11 +10,11 @@ apply plugin: 'com.android.application'
android {
signingConfigs {
}
compileSdk 33
compileSdk 34
defaultConfig {
applicationId 'de.frajul.endlessroll'
minSdkVersion 14
targetSdkVersion 33
targetSdkVersion 34
versionCode 9
versionName '1.0'
}