Target SDK 36
All checks were successful
Build Android / build (push) Successful in 2m49s
Build Android / build (pull_request) Successful in 2m46s

This commit is contained in:
2025-07-04 22:15:35 +02:00
parent d8f0a50c88
commit 6856f7abd7
3 changed files with 4 additions and 4 deletions

View File

@@ -25,12 +25,12 @@ versionProperties.load(new FileInputStream(versionPropertiesFile))
android {
compileSdk 34
compileSdk 36
defaultConfig {
applicationId "me.zobrist.tichucounter"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 36
versionCode versionProperties["versionCode"].toInteger()
versionName "${versionMajor}.${versionMinor}.${versionProperties["versionCode"].toInteger()}"
resourceConfigurations += ['de', 'en']