diff options
Diffstat (limited to 'main/build.gradle')
-rw-r--r-- | main/build.gradle | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/build.gradle b/main/build.gradle index 8bdd763c..7237eac4 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -15,12 +15,13 @@ apply plugin: 'checkstyle' repositories { jcenter() maven { url "https://jitpack.io" } + maven { url 'https://maven.google.com' } } dependencies { - compile 'com.android.support:support-annotations:25.3.1' - compile 'com.android.support:cardview-v7:25.3.1' - compile 'com.android.support:recyclerview-v7:25.3.1' + compile 'com.android.support:support-annotations:25.4.0' + compile 'com.android.support:cardview-v7:25.4.0' + compile 'com.android.support:recyclerview-v7:25.4.0' // compile 'ch.acra:acra:4.5.0' compile 'com.github.PhilJay:MPAndroidChart:v3.0.2' |