summaryrefslogtreecommitdiff
path: root/main/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'main/build.gradle')
-rw-r--r--main/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/build.gradle b/main/build.gradle
index 6b49c36d..02384425 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -20,9 +20,9 @@ repositories {
dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
- compile 'com.android.support:support-annotations:27.0.1'
- compile 'com.android.support:cardview-v7:27.0.1'
- compile 'com.android.support:recyclerview-v7:27.0.1'
+ compile 'com.android.support:support-annotations:27.0.2'
+ compile 'com.android.support:cardview-v7:27.0.2'
+ compile 'com.android.support:recyclerview-v7:27.0.2'
// compile 'ch.acra:acra:4.5.0'
compile 'com.github.PhilJay:MPAndroidChart:v3.0.2'