version bump

This commit is contained in:
Mohamed Zenadi 2016-07-04 09:27:55 +02:00
parent 3d5a448566
commit bfbd7e5b6f

View file

@ -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'