diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2016-07-04 09:27:55 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2016-07-04 09:27:55 +0200 |
commit | bfbd7e5b6f456b6c0c3ea24ad78dd3ad04056dd2 (patch) | |
tree | 85252d32b4482aa9dd2bd85df609123216ed1e4c /app/build.gradle | |
parent | 3d5a448566aae50bc116e5ccc9017854ab292b5a (diff) |
version bump
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 2bdd9113..11c0a900 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 23 - versionCode 65 - versionName "1.2.0.45" + versionCode 66 + versionName "1.2.0.46" } compileOptions { @@ -62,7 +62,7 @@ dependencies { compile 'com.android.support:recyclerview-v7:23.4.0' compile 'com.android.support:cardview-v7:23.4.0' compile 'com.android.support:design:23.4.0' - compile 'org.sufficientlysecure:openpgp-api:9.0' + compile 'org.sufficientlysecure:openpgp-api:11.0' compile 'com.nononsenseapps:filepicker:2.4.2' compile ('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') { exclude group: 'org.apache.httpcomponents', module: 'httpclient' |