mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-25 04:35:12 +00:00
bumped up dependencies
This commit is contained in:
parent
982fff9989
commit
e2a6f056c9
3 changed files with 22 additions and 22 deletions
|
@ -103,12 +103,12 @@ dependencies {
|
||||||
implementation("androidx.browser:browser:1.3.0")
|
implementation("androidx.browser:browser:1.3.0")
|
||||||
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
|
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
|
||||||
implementation("androidx.core:core-ktx:1.3.2")
|
implementation("androidx.core:core-ktx:1.3.2")
|
||||||
implementation("androidx.fragment:fragment-ktx:1.3.0")
|
implementation("androidx.fragment:fragment-ktx:1.3.2")
|
||||||
implementation("androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.0")
|
implementation("androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.1")
|
||||||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0")
|
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1")
|
||||||
implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.0.0")
|
implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.0.0")
|
||||||
implementation("androidx.navigation:navigation-fragment-ktx:2.3.3")
|
implementation("androidx.navigation:navigation-fragment-ktx:2.3.5")
|
||||||
implementation("androidx.navigation:navigation-ui-ktx:2.3.3")
|
implementation("androidx.navigation:navigation-ui-ktx:2.3.5")
|
||||||
implementation("androidx.preference:preference-ktx:1.1.1")
|
implementation("androidx.preference:preference-ktx:1.1.1")
|
||||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||||
|
|
||||||
|
@ -128,28 +128,28 @@ dependencies {
|
||||||
implementation("com.google.android.material:material:1.3.0")
|
implementation("com.google.android.material:material:1.3.0")
|
||||||
|
|
||||||
// JSON parser
|
// JSON parser
|
||||||
implementation("com.beust:klaxon:5.4")
|
implementation("com.beust:klaxon:5.5")
|
||||||
|
|
||||||
// Crowdin
|
// Crowdin
|
||||||
implementation("com.github.crowdin.mobile-sdk-android:sdk:1.4.0")
|
implementation("com.github.crowdin.mobile-sdk-android:sdk:1.4.0")
|
||||||
|
|
||||||
// HTTP networking
|
// HTTP networking
|
||||||
implementation("com.github.kittinunf.fuel:fuel:2.3.0")
|
implementation("com.github.kittinunf.fuel:fuel:2.3.1")
|
||||||
implementation("com.github.kittinunf.fuel:fuel-coroutines:2.2.3")
|
implementation("com.github.kittinunf.fuel:fuel-coroutines:2.3.1")
|
||||||
implementation("com.github.kittinunf.fuel:fuel-json:2.2.3")
|
implementation("com.github.kittinunf.fuel:fuel-json:2.3.1")
|
||||||
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
|
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
|
||||||
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
||||||
|
|
||||||
// Root permissions
|
// Root permissions
|
||||||
implementation("com.github.topjohnwu.libsu:core:3.1.1")
|
implementation("com.github.topjohnwu.libsu:core:3.1.2")
|
||||||
implementation("com.github.topjohnwu.libsu:io:3.1.1")
|
implementation("com.github.topjohnwu.libsu:io:3.1.2")
|
||||||
|
|
||||||
// Layout
|
// Layout
|
||||||
implementation("com.google.android:flexbox:2.0.1")
|
implementation("com.google.android:flexbox:2.0.1")
|
||||||
|
|
||||||
// Firebase
|
// Firebase
|
||||||
implementation("com.google.firebase:firebase-analytics-ktx:18.0.2")
|
implementation("com.google.firebase:firebase-analytics-ktx:18.0.3")
|
||||||
implementation("com.google.firebase:firebase-crashlytics:17.3.1")
|
implementation("com.google.firebase:firebase-crashlytics:17.4.1")
|
||||||
implementation("com.google.firebase:firebase-messaging:21.0.1")
|
implementation("com.google.firebase:firebase-messaging:21.1.0")
|
||||||
implementation("com.google.firebase:firebase-perf:19.1.1")
|
implementation("com.google.firebase:firebase-perf:19.1.1")
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
val kotlinVersion by extra("1.4.31")
|
val kotlinVersion by extra("1.4.32")
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||||
classpath("com.google.gms:google-services:4.3.5")
|
classpath("com.google.gms:google-services:4.3.5")
|
||||||
classpath("com.google.firebase:perf-plugin:1.3.4")
|
classpath("com.google.firebase:perf-plugin:1.3.5")
|
||||||
classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.0")
|
classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.2")
|
||||||
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.3")
|
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5")
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle.kts files
|
// in the individual module build.gradle.kts files
|
||||||
|
|
6
gradle/wrapper/gradle-wrapper.properties
vendored
6
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Fri Feb 19 17:21:09 GET 2021
|
#Tue Apr 13 14:40:59 GET 2021
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
|
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
zipStorePath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
|
||||||
|
|
Loading…
Reference in a new issue