diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-04 21:43:27 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-12-04 21:43:27 +0100 |
commit | d98a30ee4828eff9b1b8c28ca917322b502ac08c (patch) | |
tree | c72d9cbd2de773579498af1c287ed87c577edbe6 /app/build.gradle | |
parent | 173248e1bb96fd971027ac8a36fdc7e12825fe23 (diff) |
Add the possibility to edit git server information
Also uses jgit 3.6
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index 0662e235..0de0ef2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'eclipse' android { compileSdkVersion 21 - buildToolsVersion "21.0.1" + buildToolsVersion "21.1.1" defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 15 @@ -25,12 +25,12 @@ android { } dependencies { - compile "com.android.support:appcompat-v7:21.+" - compile "com.android.support:recyclerview-v7:21.+" + compile "com.android.support:appcompat-v7:21.0.2" + compile "com.android.support:recyclerview-v7:21.0.2" //compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:openpgp-api-lib') - compile 'org.eclipse.jgit:org.eclipse.jgit:3.5.+' + compile 'org.eclipse.jgit:org.eclipse.jgit:3.6.0.201411121045-m1' compile 'org.apache.commons:commons-io:1.3.2' } tasks.findAll { // make all tasks whose name starts with 'assemble'... |