1
0
Fork 0

added Android 14 support

This commit is contained in:
sspanak 2024-04-22 13:25:44 +03:00 committed by Dimo Karaivanov
parent 7e41800eac
commit 92a101d523
3 changed files with 12 additions and 4 deletions

View file

@ -59,7 +59,7 @@ android {
defaultConfig {
applicationId PACKAGE_NAME
minSdk 19
targetSdk 33
targetSdk 34
versionCode getVerCode()
versionName getVerName()
}