diff options
author | Matthew Wong <wongma7@outlook.com> | 2015-09-25 08:14:57 -0400 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2015-09-25 08:14:57 -0400 |
commit | f277c5383750c350edbeb0da297c1da84161cad8 (patch) | |
tree | a983c6929e597dde9832f3ca875c23279c25e2c2 | |
parent | 8ed4449e4b67c6832f50c1a29e59f146eaeb6f92 (diff) |
buildToolsVersion "23.0.1"
-rw-r--r-- | app/build.gradle | 10 | ||||
-rw-r--r-- | build.gradle | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle index ed2352a6..d344eb13 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'eclipse' android { compileSdkVersion 23 - buildToolsVersion "23.0.0" + buildToolsVersion "23.0.1" defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 15 @@ -56,10 +56,10 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.0.0' - compile 'com.android.support:recyclerview-v7:23.0.0' - compile 'com.android.support:cardview-v7:23.0.0' - compile 'com.android.support:design:23.0.0' + compile 'com.android.support:appcompat-v7:23.0.1' + compile 'com.android.support:recyclerview-v7:23.0.1' + compile 'com.android.support:cardview-v7:23.0.1' + compile 'com.android.support:design:23.0.1' compile 'org.sufficientlysecure:openpgp-api:7.0' compile ('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') { exclude group: 'org.apache.httpcomponents', module: 'httpclient' diff --git a/build.gradle b/build.gradle index 2f915fa3..9cbebcf6 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { ext { compileSdkVersion = 23 - buildToolsVersion = "23" + buildToolsVersion = "23.0.1" } subprojects { subproject -> afterEvaluate{ |