diff options
author | Mohamed <mohamed@zenadi.com> | 2018-01-06 20:49:10 +0100 |
---|---|---|
committer | Mohamed <mohamed@zenadi.com> | 2018-01-06 20:49:10 +0100 |
commit | 2d543d8e98ad180c220690569811f5a12bb01b6e (patch) | |
tree | 140674aa42297b76f2382537cbe859e72c61c16c /app/build.gradle | |
parent | 78c1b935b9844461e9b2a566994721e9ebb588f2 (diff) |
update version
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle index db6e81df..2cd0b3a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,11 +56,11 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:27.0.1' - compile 'com.android.support:recyclerview-v7:27.0.1' - compile 'com.android.support:cardview-v7:27.0.1' - compile 'com.android.support:design:27.0.1' - compile 'com.android.support:support-annotations:27.0.1' + compile 'com.android.support:appcompat-v7:27.0.2' + compile 'com.android.support:recyclerview-v7:27.0.2' + compile 'com.android.support:cardview-v7:27.0.2' + compile 'com.android.support:design:27.0.2' + compile 'com.android.support:support-annotations:27.0.2' compile 'org.sufficientlysecure:openpgp-api:11.0' compile 'com.nononsenseapps:filepicker:2.4.2' compile('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') { |