mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
drop support for ICS
This will reduce the specific code
This commit is contained in:
parent
fafbfda0d8
commit
61b6ae8295
|
@ -6,7 +6,7 @@ android {
|
||||||
buildToolsVersion '25.0.3'
|
buildToolsVersion '25.0.3'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 15
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 84
|
versionCode 84
|
||||||
versionName "1.2.0.64"
|
versionName "1.2.0.64"
|
||||||
|
|
Loading…
Reference in a new issue