mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
bump version to 84
revert the git background task
This commit is contained in:
parent
9608d662fd
commit
2c076fb0eb
@ -9,26 +9,22 @@ android {
|
|||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 83
|
versionCode 84
|
||||||
versionName "1.2.0.63"
|
versionName "1.2.0.64"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_7
|
sourceCompatibility JavaVersion.VERSION_1_7
|
||||||
targetCompatibility JavaVersion.VERSION_1_7
|
targetCompatibility JavaVersion.VERSION_1_7
|
||||||
}
|
}
|
||||||
|
|
||||||
// avoid Travis failures
|
// avoid Travis failures
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude '.readme'
|
exclude '.readme'
|
||||||
exclude 'META-INF/LICENSE.txt'
|
exclude 'META-INF/LICENSE.txt'
|
||||||
exclude 'META-INF/NOTICE.txt'
|
exclude 'META-INF/NOTICE.txt'
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// To sign release builds, create the file `gradle.properties` in
|
// To sign release builds, create the file `gradle.properties` in
|
||||||
// $HOME/.gradle or in your project directory with this content:
|
// $HOME/.gradle or in your project directory with this content:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user