1
0
Fork 0

added Android 12L support

This commit is contained in:
sspanak 2024-04-19 16:14:59 +03:00 committed by Dimo Karaivanov
parent 4e78d9c037
commit ee63ca384e
4 changed files with 5 additions and 3 deletions

View file

@ -59,8 +59,7 @@ android {
defaultConfig {
applicationId PACKAGE_NAME
minSdk 19
//noinspection ExpiredTargetSdkVersion
targetSdk 30
targetSdk 32
versionCode getVerCode()
versionName getVerName()
}