aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-03-14 23:43:38 +0100
committerMohamed Zenadi <mohamed@zenadi.com>2015-03-14 23:43:38 +0100
commitdbf23b9395d92731b1eb1ebb2c05de039e167273 (patch)
tree5cbf95cb7eb6c390282eda438752f20a8ab7a29f /app/build.gradle
parentb328d4b340ea0d90b7b374827b2fe430040faab2 (diff)
parentcff4fcb707068eaa5faac8d938887747786ea7d7 (diff)
style update and version bumpv1.2.0.13
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d1022a07..ae88309a 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 21
+ compileSdkVersion 22
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
- targetSdkVersion 21
- versionCode 32
- versionName "1.2.0.12"
+ targetSdkVersion 22
+ versionCode 33
+ versionName "1.2.0.13"
}
compileOptions {
@@ -25,17 +25,17 @@ android {
}
dependencies {
- compile "com.android.support:appcompat-v7:21.0.3"
- compile "com.android.support:recyclerview-v7:21.0.2"
+ compile "com.android.support:appcompat-v7:22.0.0"
+ compile "com.android.support:recyclerview-v7:22.0.0"
//compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':libraries:openpgp-api-lib')
- compile 'org.eclipse.jgit:org.eclipse.jgit:3.6.0.201411121045-m1'
+ compile 'org.eclipse.jgit:org.eclipse.jgit:3.6.2.201501210735-r'
compile 'org.apache.commons:commons-io:1.3.2'
- compile 'com.jayway.android.robotium:robotium-solo:5.2.1'
+ compile 'com.jayway.android.robotium:robotium-solo:5.3.1'
}
tasks.findAll { // make all tasks whose name starts with 'assemble'...
it.name.startsWith 'assemble'
}.each { // ... depending on 'copyDependenciesIntoLibs' task from 'copyLibs.gradle' script plugin
it.dependsOn copyDependenciesIntoLibs
-}
+} \ No newline at end of file