From 1266e392266f4c280aafb17f9c811bc0cfe1ea62 Mon Sep 17 00:00:00 2001 From: Boris Timofeev Date: Tue, 6 Dec 2016 10:37:44 +0300 Subject: [PATCH] Update libs --- app/build.gradle | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c204992..04b3cd5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion '24.0.3' + buildToolsVersion '25.0.1' signingConfigs { release @@ -63,21 +63,21 @@ if (propFile.canRead()){ dependencies { testCompile 'junit:junit:4.12' - testCompile 'org.mockito:mockito-core:2.2.7' + testCompile 'org.mockito:mockito-core:2.2.28' compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:support-v4:25.0.0' - compile 'com.android.support:appcompat-v7:25.0.0' - compile 'com.android.support:cardview-v7:25.0.0' - compile 'com.android.support:preference-v14:25.0.0' - compile 'com.android.support:recyclerview-v7:25.0.0' - compile 'com.android.support:design:25.0.0' - compile 'com.google.firebase:firebase-ads:9.8.0' - compile 'com.google.firebase:firebase-core:9.8.0' - compile 'com.google.firebase:firebase-crash:9.8.0' - compile 'com.anjlab.android.iab.v3:library:1.0.33' + compile 'com.android.support:support-v4:25.0.1' + compile 'com.android.support:appcompat-v7:25.0.1' + compile 'com.android.support:cardview-v7:25.0.1' + compile 'com.android.support:preference-v14:25.0.1' + compile 'com.android.support:recyclerview-v7:25.0.1' + compile 'com.android.support:design:25.0.1' + compile 'com.google.firebase:firebase-ads:10.0.1' + compile 'com.google.firebase:firebase-core:10.0.1' + compile 'com.google.firebase:firebase-crash:10.0.1' + compile 'com.anjlab.android.iab.v3:library:1.0.36' compile 'commons-io:commons-io:2.5' - compile 'org.sufficientlysecure:html-textview:2.0' - compile 'com.afollestad.material-dialogs:core:0.9.0.2' + compile 'org.sufficientlysecure:html-textview:3.0' + compile 'com.afollestad.material-dialogs:core:0.9.1.0' } apply plugin: 'com.google.gms.google-services'