From e2a6f056c98c1a12f5cb493385d5aef58fa901e2 Mon Sep 17 00:00:00 2001 From: X1nto Date: Tue, 13 Apr 2021 14:45:38 +0400 Subject: [PATCH] bumped up dependencies --- app/build.gradle.kts | 28 ++++++++++++------------ build.gradle.kts | 10 ++++----- gradle/wrapper/gradle-wrapper.properties | 6 ++--- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 981fd856..9dfc7821 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -103,12 +103,12 @@ dependencies { implementation("androidx.browser:browser:1.3.0") implementation("androidx.constraintlayout:constraintlayout:2.0.4") implementation("androidx.core:core-ktx:1.3.2") - implementation("androidx.fragment:fragment-ktx:1.3.0") - implementation("androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.0") - implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0") + implementation("androidx.fragment:fragment-ktx:1.3.2") + implementation("androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.1") + implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1") implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.0.0") - implementation("androidx.navigation:navigation-fragment-ktx:2.3.3") - implementation("androidx.navigation:navigation-ui-ktx:2.3.3") + implementation("androidx.navigation:navigation-fragment-ktx:2.3.5") + implementation("androidx.navigation:navigation-ui-ktx:2.3.5") implementation("androidx.preference:preference-ktx:1.1.1") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") @@ -128,28 +128,28 @@ dependencies { implementation("com.google.android.material:material:1.3.0") // JSON parser - implementation("com.beust:klaxon:5.4") + implementation("com.beust:klaxon:5.5") // Crowdin implementation("com.github.crowdin.mobile-sdk-android:sdk:1.4.0") // HTTP networking - implementation("com.github.kittinunf.fuel:fuel:2.3.0") - implementation("com.github.kittinunf.fuel:fuel-coroutines:2.2.3") - implementation("com.github.kittinunf.fuel:fuel-json:2.2.3") + implementation("com.github.kittinunf.fuel:fuel:2.3.1") + implementation("com.github.kittinunf.fuel:fuel-coroutines:2.3.1") + implementation("com.github.kittinunf.fuel:fuel-json:2.3.1") implementation("com.squareup.okhttp3:logging-interceptor:4.9.1") implementation("com.squareup.retrofit2:retrofit:2.9.0") // Root permissions - implementation("com.github.topjohnwu.libsu:core:3.1.1") - implementation("com.github.topjohnwu.libsu:io:3.1.1") + implementation("com.github.topjohnwu.libsu:core:3.1.2") + implementation("com.github.topjohnwu.libsu:io:3.1.2") // Layout implementation("com.google.android:flexbox:2.0.1") // Firebase - implementation("com.google.firebase:firebase-analytics-ktx:18.0.2") - implementation("com.google.firebase:firebase-crashlytics:17.3.1") - implementation("com.google.firebase:firebase-messaging:21.0.1") + implementation("com.google.firebase:firebase-analytics-ktx:18.0.3") + implementation("com.google.firebase:firebase-crashlytics:17.4.1") + implementation("com.google.firebase:firebase-messaging:21.1.0") implementation("com.google.firebase:firebase-perf:19.1.1") } diff --git a/build.gradle.kts b/build.gradle.kts index 41f81a1a..3b8338f3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,19 +1,19 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - val kotlinVersion by extra("1.4.31") + val kotlinVersion by extra("1.4.32") repositories { google() jcenter() } dependencies { - classpath("com.android.tools.build:gradle:4.1.2") + classpath("com.android.tools.build:gradle:4.1.3") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") classpath("com.google.gms:google-services:4.3.5") - classpath("com.google.firebase:perf-plugin:1.3.4") - classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.0") - classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.3") + classpath("com.google.firebase:perf-plugin:1.3.5") + classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.2") + classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle.kts files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fe0f9bb6..6667917b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Feb 19 17:21:09 GET 2021 +#Tue Apr 13 14:40:59 GET 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip distributionPath=wrapper/dists -zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip