aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-06-12 22:25:33 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2015-06-12 22:25:33 +0200
commit05cfe6f7170dd88680dda87e0171cab95f243014 (patch)
tree5969f36b872ba96c68c699a7bad29eabaa8a83dd
parent37ebae303c35f5ef9176d231cdaab47ec35ad006 (diff)
version bumpv1.2.0.21
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 01a521d3..78a46559 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 22
- versionCode 40
- versionName "1.2.0.20"
+ versionCode 41
+ versionName "1.2.0.21"
}
compileOptions {
@@ -40,4 +40,4 @@ tasks.findAll { // make all tasks whose name starts with 'assemble'...
it.name.startsWith 'assemble'
}.each { // ... depending on 'copyDependenciesIntoLibs' task from 'copyLibs.gradle' script plugin
it.dependsOn copyDependenciesIntoLibs
-} \ No newline at end of file
+}