updated for Android 16

This commit is contained in:
afischerdev 2025-07-08 10:48:54 +02:00
parent 26925a1e1a
commit 1cc1039ec0
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ android {
resValue('string', 'app_version', defaultConfig.versionName)
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 36
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}