mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
version bump
This commit is contained in:
parent
37ebae303c
commit
05cfe6f717
@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 22
|
targetSdkVersion 22
|
||||||
versionCode 40
|
versionCode 41
|
||||||
versionName "1.2.0.20"
|
versionName "1.2.0.21"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
@ -40,4 +40,4 @@ tasks.findAll { // make all tasks whose name starts with 'assemble'...
|
|||||||
it.name.startsWith 'assemble'
|
it.name.startsWith 'assemble'
|
||||||
}.each { // ... depending on 'copyDependenciesIntoLibs' task from 'copyLibs.gradle' script plugin
|
}.each { // ... depending on 'copyDependenciesIntoLibs' task from 'copyLibs.gradle' script plugin
|
||||||
it.dependsOn copyDependenciesIntoLibs
|
it.dependsOn copyDependenciesIntoLibs
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user