increased the minimum API version from 19 to 21
This commit is contained in:
parent
f9e020ee8e
commit
3070fc4c4c
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId PACKAGE_NAME
|
||||
minSdk 19
|
||||
minSdk 21
|
||||
targetSdk 35
|
||||
versionCode getVerCode()
|
||||
versionName getVerName()
|
||||
|
|
@ -164,5 +164,5 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation 'androidx.preference:preference:1.2.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue