diff options
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'... |