summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-05-12 22:38:00 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2015-05-12 22:38:00 +0200
commitc5f55fce882ca488fb2acf7511aa28442668923b (patch)
tree1c614f051ded28f71d9a4782a983120352304df2
parenta06794c77af8a23f3292e42e0361fe97e6cecc7b (diff)
version bump
-rw-r--r--app/build.gradle6
-rw-r--r--build.gradle2
2 files changed, 3 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 46a69b1f..cc04ed1a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 22
- versionCode 35
- versionName "1.2.0.15"
+ versionCode 36
+ versionName "1.2.0.16"
}
compileOptions {
@@ -27,8 +27,6 @@ android {
dependencies {
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:recyclerview-v7:22.0.0'
- //compile fileTree(dir: 'libs', include: ['*.jar'])
-// compile project(':libraries:openpgp-api-lib')
compile 'org.sufficientlysecure:openpgp-api:7.0'
compile 'org.eclipse.jgit:org.eclipse.jgit:3.7.0.201502260915-r'
compile 'com.jcraft:jsch:0.1.52'
diff --git a/build.gradle b/build.gradle
index fae29ce9..f787acce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.1.0'
+ classpath 'com.android.tools.build:gradle:1.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files