Upgrade dependencies
gradle 7.5 -> 7.5.1 appcompat 1.4.2 -> 1.5.0 jellyfin 1.3.4 -> 1.3.5 aboutLibraries 10.3.1 -> 10.4.0
This commit is contained in:
parent
3b7473b7a5
commit
37c8247231
3 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@ dependencies {
|
||||||
implementation("androidx.leanback:leanback:1.2.0-alpha02")
|
implementation("androidx.leanback:leanback:1.2.0-alpha02")
|
||||||
|
|
||||||
implementation("androidx.core:core-ktx:1.8.0")
|
implementation("androidx.core:core-ktx:1.8.0")
|
||||||
implementation("androidx.appcompat:appcompat:1.4.2")
|
implementation("androidx.appcompat:appcompat:1.5.0")
|
||||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||||
|
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ dependencies {
|
||||||
implementation("androidx.preference:preference-ktx:$preferenceVersion")
|
implementation("androidx.preference:preference-ktx:$preferenceVersion")
|
||||||
|
|
||||||
// Jellyfin
|
// Jellyfin
|
||||||
val jellyfinVersion = "1.3.4"
|
val jellyfinVersion = "1.3.5"
|
||||||
implementation("org.jellyfin.sdk:jellyfin-core:$jellyfinVersion")
|
implementation("org.jellyfin.sdk:jellyfin-core:$jellyfinVersion")
|
||||||
|
|
||||||
// Glide
|
// Glide
|
||||||
|
@ -120,7 +120,7 @@ dependencies {
|
||||||
val timberVersion = "5.0.1"
|
val timberVersion = "5.0.1"
|
||||||
implementation("com.jakewharton.timber:timber:$timberVersion")
|
implementation("com.jakewharton.timber:timber:$timberVersion")
|
||||||
|
|
||||||
val aboutLibrariesVersion = "10.3.1"
|
val aboutLibrariesVersion = "10.4.0"
|
||||||
implementation("com.mikepenz:aboutlibraries-core:$aboutLibrariesVersion")
|
implementation("com.mikepenz:aboutlibraries-core:$aboutLibrariesVersion")
|
||||||
implementation("com.mikepenz:aboutlibraries:$aboutLibrariesVersion")
|
implementation("com.mikepenz:aboutlibraries:$aboutLibrariesVersion")
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ buildscript {
|
||||||
val hiltVersion = "2.43.2"
|
val hiltVersion = "2.43.2"
|
||||||
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
|
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
|
||||||
|
|
||||||
val aboutLibrariesVersion = "10.3.1"
|
val aboutLibrariesVersion = "10.4.0"
|
||||||
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$aboutLibrariesVersion")
|
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$aboutLibrariesVersion")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Fri Jul 15 17:31:09 CEST 2022
|
#Sat Aug 20 14:57:40 CEST 2022
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|
Loading…
Reference in a new issue