summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2017-06-24 12:59:23 +0200
committerzeapo <mohamed@zenadi.com>2017-06-24 12:59:23 +0200
commit2c076fb0eb0d7f1a39b799c0ab5355fd43d4c49f (patch)
treeef032d5fad2e8649566781a399f80e4c4c0c61ce
parent9608d662fd6a13a54ea6f92513035131865febb8 (diff)
bump version to 84v1.2.0.64
revert the git background task
-rw-r--r--app/build.gradle8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c2f69c8c..cacd5500 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,26 +9,22 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 25
- versionCode 83
- versionName "1.2.0.63"
+ versionCode 84
+ versionName "1.2.0.64"
}
-
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
-
// avoid Travis failures
lintOptions {
abortOnError false
}
-
packagingOptions {
exclude '.readme'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
-
//
// To sign release builds, create the file `gradle.properties` in
// $HOME/.gradle or in your project directory with this content: