Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
(cherry picked from commit e0fb741)
  • Loading branch information
crackededed committed Sep 30, 2023
1 parent a9bd9c2 commit 89fba7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
minSdk = 16
targetSdk = 34
versionCode = 121
versionName = "2.25.1"
versionName = "2.25.2"
resourceConfigurations += listOf("ar", "de", "en", "es", "fr", "in", "ja", "pt-rBR", "ru", "tr")
}

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-gradle-plugin = "8.1.1"
android-gradle-plugin = "8.1.2"
apollo = "3.8.2"
appcompat = "1.7.0-alpha03"
checker-qual = "3.38.0"
Expand All @@ -12,21 +12,21 @@ fetch = "3.1.6"
flexbox = "3.0.0"
fragment = "1.6.1"
glide = "4.16.0"
glide-webpdecoder = "2.3.4.15.1"
glide-webpdecoder = "2.4.4.16.0"
hilt = "2.48"
hilt-extension-compiler = "1.0.0"
hilt-work = "1.0.0"
kotlin = "1.9.0"
lifecycle = "2.6.2"
material = "1.9.0"
media3 = "1.1.1"
navigation = "2.7.2"
navigation = "2.7.3"
okhttp = "5.0.0-alpha.11"
open-m3u8 = "0.2.6"
paging = "3.2.1"
preference = "1.2.1"
retrofit = "2.9.0"
room = "2.6.0-beta01"
room = "2.6.0-rc01"
swiperefreshlayout = "1.1.0"
webkit = "1.8.0"
work = "2.8.1"
Expand Down

0 comments on commit 89fba7a

Please sign in to comment.