diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-20 22:21:03 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-20 22:21:03 +0100 |
commit | b9f2ba26348cefae90dd76139c5d6d685bf33a2e (patch) | |
tree | c23a60074786928e44a84c39bcded977439c9ea9 | |
parent | 9ebe1a4c498056189315f52f14768526f2c6f820 (diff) |
downgrade to android-21 so f-droid could build APS (temp fix)v1.2.0.15
-rw-r--r-- | app/build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle index 84812dbf..f8f43844 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,14 +3,14 @@ apply from: 'copyLibs.gradle' // enable 'copyLibs.gradle' script plugin apply plugin: 'eclipse' android { - compileSdkVersion 22 + compileSdkVersion 21 buildToolsVersion "21.1.2" defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 15 - targetSdkVersion 22 - versionCode 34 - versionName "1.2.0.14" + targetSdkVersion 21 + versionCode 35 + versionName "1.2.0.15" } compileOptions { @@ -25,8 +25,8 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:22.0.0' - compile 'com.android.support:recyclerview-v7:22.0.0' + compile 'com.android.support:appcompat-v7:21.0.3' + compile 'com.android.support:recyclerview-v7:21.0.3' //compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:openpgp-api-lib') compile 'org.eclipse.jgit:org.eclipse.jgit:3.7.0.201502260915-r' |