diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-06 01:19:56 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-12-06 01:19:56 +0100 |
commit | 112d71588c929509c8cb683548ee538466b99f9a (patch) | |
tree | be2b241e6fcb625220720be9057c8800947a2b43 /app/build.gradle | |
parent | 1b520cff549db8bac3f2904e45dfb2f4961994ae (diff) |
enable the users to delete the repositoryv1.2.0.8
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index ac8e340e..539108b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 21 - versionCode 26 - versionName "1.2.0.7" + versionCode 27 + versionName "1.2.0.8" } compileOptions { |