1
0
Fork 0

increased the minimum API version from 19 to 21

This commit is contained in:
sspanak 2025-01-09 11:06:06 +02:00
parent f9e020ee8e
commit 3070fc4c4c

View file

@ -83,7 +83,7 @@ android {
defaultConfig { defaultConfig {
applicationId PACKAGE_NAME applicationId PACKAGE_NAME
minSdk 19 minSdk 21
targetSdk 35 targetSdk 35
versionCode getVerCode() versionCode getVerCode()
versionName getVerName() versionName getVerName()
@ -164,5 +164,5 @@ android {
dependencies { dependencies {
implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
} }