diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2016-04-25 22:34:59 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2016-04-25 22:56:48 +0200 |
commit | 7c538698fad69b371351122addb70f39a2811f35 (patch) | |
tree | e71826e4de5f4e099e2fe80af4ec6f48a3a2a99c /app/build.gradle | |
parent | 6935e6d5f7e865a735fea19a6a78da9156a65219 (diff) |
versions upgrade
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 0f11173c..0ac9868c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,10 +58,10 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.1.1' - compile 'com.android.support:recyclerview-v7:23.1.1' - compile 'com.android.support:cardview-v7:23.1.1' - compile 'com.android.support:design:23.1.1' + 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 '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') { |