Update targetSDK to 34

This commit is contained in:
Grishka
2024-06-22 02:48:37 +03:00
parent 4e2e3fb4e2
commit a50a2446a7
3 changed files with 10 additions and 4 deletions

View File

@@ -8,11 +8,11 @@ android {
generateLocaleConfig = true
}
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 33
targetSdk 34
versionCode 104
versionName "2.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"