update dependencies

This commit is contained in:
Bnyro 2022-09-08 20:56:55 +02:00
parent 2f3075fab1
commit 726ef9276f
3 changed files with 4 additions and 4 deletions

View File

@ -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 ""
}

View File

@ -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"

View File

@ -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"