1
0
Fork 0

added Android 13 support

This commit is contained in:
sspanak 2024-04-19 19:09:06 +03:00 committed by Dimo Karaivanov
parent ee63ca384e
commit 7e41800eac
20 changed files with 160 additions and 16 deletions

View file

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