From dc2ef39fc6b30e474e393d0e8b7d682310fdfe2f Mon Sep 17 00:00:00 2001 From: Amine Bou Date: Sun, 10 Dec 2017 17:42:43 +0100 Subject: [PATCH] Versions update. --- app/build.gradle | 25 +++++++++++-------------- build.gradle | 5 ++--- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3a4931c..fb3b633 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ repositories { android { compileSdkVersion 27 - buildToolsVersion '27.0.0' + buildToolsVersion '27.0.2' defaultConfig { applicationId "apps.amine.bou.readerforselfoss" minSdkVersion 16 @@ -117,19 +117,19 @@ dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" // Android Support - compile 'com.android.support:appcompat-v7:27.0.0' - compile 'com.android.support:design:27.0.0' - compile 'com.android.support:recyclerview-v7:27.0.0' - compile 'com.android.support:support-v4:27.0.0' - compile 'com.android.support:support-vector-drawable:27.0.0' - compile 'com.android.support:customtabs:27.0.0' - compile 'com.android.support:cardview-v7:27.0.0' + compile 'com.android.support:appcompat-v7:27.0.2' + compile 'com.android.support:design:27.0.2' + compile 'com.android.support:recyclerview-v7:27.0.2' + compile 'com.android.support:support-v4:27.0.2' + compile 'com.android.support:support-vector-drawable:27.0.2' + compile 'com.android.support:customtabs:27.0.2' + compile 'com.android.support:cardview-v7:27.0.2' compile 'com.android.support.constraint:constraint-layout:1.0.2' // Firebase + crashlytics - compile 'com.google.firebase:firebase-core:11.4.2' - compile 'com.google.firebase:firebase-config:11.4.2' - compile 'com.google.firebase:firebase-invites:11.4.2' + compile 'com.google.firebase:firebase-core:11.6.2' + compile 'com.google.firebase:firebase-config:11.6.2' + compile 'com.google.firebase:firebase-invites:11.6.2' compile('com.crashlytics.sdk.android:crashlytics:2.8.0@aar') { transitive = true; } @@ -164,9 +164,6 @@ dependencies { // Asking politely users to rate the app compile 'com.github.stkent:amplify:2.1.0' - // For the article reader - compile 'com.klinkerapps:drag-dismiss-activity:1.5.0' - // Drawer implementation 'co.zsmb:materialdrawer-kt:1.2.1' compile 'com.anupcowkur:reservoir:3.1.0' diff --git a/build.gradle b/build.gradle index 0b2ddcf..9e6f9a5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.1.60' + ext.kotlin_version = '1.2.0' repositories { jcenter() google() @@ -17,8 +17,7 @@ buildscript { // in the individual module build.gradle files classpath 'com.google.gms:google-services:3.1.1' - // Not the official version https://stackoverflow.com/questions/46525040/sonarqube-android-not-working-for-gradle-3-0-0/46813528#46813528 - classpath "com.github.Shusshu:sonar-scanner-gradle:feature~support-android-gradle-3-SNAPSHOT" + classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.1" } }