mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 16:30:31 +05:30
Merge pull request #4220 from Isira-Seneviratne/Update_dependencies
Update Activity and Fragment dependencies
This commit is contained in:
commit
58891a94b0
@ -81,9 +81,11 @@ dependencies {
|
||||
//debugImplementation libs.square.leakcanary
|
||||
|
||||
/* Android Core */
|
||||
implementation libs.androidx.activity
|
||||
implementation libs.androidx.appcompat
|
||||
implementation libs.androidx.core
|
||||
implementation libs.androidx.constraintlayout
|
||||
implementation libs.androidx.fragment
|
||||
implementation libs.androidx.legacySupport
|
||||
implementation libs.androidx.navigation.fragment
|
||||
implementation libs.androidx.navigation.ui
|
||||
|
@ -21,11 +21,15 @@ kotlinxSerialization = "1.5.1"
|
||||
kotlinxDatetime = "0.4.0"
|
||||
kotlinxRetrofit = "1.0.0"
|
||||
media3 = "1.1.0"
|
||||
activity = "1.7.2"
|
||||
fragment = "1.6.0"
|
||||
|
||||
[libraries]
|
||||
androidx-activity = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity" }
|
||||
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
||||
androidx-core = { group = "androidx.core", name = "core", version.ref = "core" }
|
||||
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
||||
androidx-fragment = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragment" }
|
||||
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
||||
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation" }
|
||||
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigation" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user