summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatthew Wong <wongma7@outlook.com>2016-06-12 15:45:28 -0400
committerMatthew Wong <wongma7@outlook.com>2016-06-12 15:45:28 -0400
commitf739b1c56482f2683a9c2a917921c6d0654fdd2f (patch)
tree48cc65595cf4e17bfc7627888dc3b449b7a831ef /app
parentf6f0576cafab9ecc747bba9b4b9fdbf1961efc92 (diff)
update build tools
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2c437302..17a8e4cd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
android {
compileSdkVersion 23
- buildToolsVersion '23.0.2'
+ buildToolsVersion '23.0.3'
defaultConfig {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
@@ -58,10 +58,10 @@ android {
}
dependencies {
- compile 'com.android.support:appcompat-v7:23.3.0'
- compile 'com.android.support:recyclerview-v7:23.3.0'
- compile 'com.android.support:cardview-v7:23.3.0'
- compile 'com.android.support:design:23.3.0'
+ compile 'com.android.support:appcompat-v7:23.4.0'
+ compile 'com.android.support:recyclerview-v7:23.4.0'
+ compile 'com.android.support:cardview-v7:23.4.0'
+ compile 'com.android.support:design:23.4.0'
compile 'org.sufficientlysecure:openpgp-api:9.0'
compile 'com.nononsenseapps:filepicker:2.4.2'
compile ('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') {