mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
update dependencies
This commit is contained in:
parent
2f3075fab1
commit
726ef9276f
@ -87,7 +87,7 @@ class ShareDialog(
|
||||
|
||||
// return the custom instance frontend url if available
|
||||
customInstances.forEach { instance ->
|
||||
if (instance.apiUrl == instancePref) return instance.apiUrl
|
||||
if (instance.apiUrl == instancePref) return instance.frontendUrl
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
android:layout_weight="1"
|
||||
android:text="@string/share_with_time" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/timeCodeSwitch"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -2,7 +2,7 @@
|
||||
appcompat = "1.5.0"
|
||||
lifecycle = "2.5.1"
|
||||
constraintlayout = "2.1.4"
|
||||
material = "1.6.0"
|
||||
material = "1.8.0-alpha01"
|
||||
navigation = "2.5.1"
|
||||
legacySupport = "1.0.0"
|
||||
preference = "1.2.0"
|
||||
@ -10,7 +10,7 @@ extJunit = "1.1.3"
|
||||
espresso = "3.4.0"
|
||||
workRuntime = "2.7.1"
|
||||
circleimageview = "3.1.0"
|
||||
exoplayer = "2.17.1"
|
||||
exoplayer = "2.18.1"
|
||||
multidex = "2.0.1"
|
||||
retrofit = "2.9.0"
|
||||
jacksonAnnotations = "2.13.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user