diff --git a/app/build.gradle b/app/build.gradle index e591bfaff..d9b1f4d7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -109,7 +109,7 @@ dependencies { implementation 'com.github.jahirfiquitiva:TextDrawable:1.0.3' implementation 'com.github.thegrizzlylabs:sardine-android:0.9' implementation 'com.github.teamnewpipe:NewPipeExtractor:v0.24.8' - implementation 'com.google.android.material:material:1.12.0' + implementation 'com.google.android.material:material:1.13.0' implementation 'com.google.zxing:core:3.5.3' implementation 'com.guolindev.permissionx:permissionx:1.8.1' implementation 'com.hierynomus:smbj:0.14.0' @@ -130,7 +130,7 @@ dependencies { mobileImplementation 'com.google.android.flexbox:flexbox:3.0.0' mobileImplementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } annotationProcessor 'androidx.room:room-compiler:2.7.2' - annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' + annotationProcessor 'com.github.bumptech.glide:compiler:' + glideVersion annotationProcessor 'org.greenrobot:eventbus-annotation-processor:3.3.1' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' } \ No newline at end of file diff --git a/app/src/leanback/res/layout/activity_setting.xml b/app/src/leanback/res/layout/activity_setting.xml index 03af492b6..19e5eef74 100644 --- a/app/src/leanback/res/layout/activity_setting.xml +++ b/app/src/leanback/res/layout/activity_setting.xml @@ -297,6 +297,7 @@ android:background="@drawable/selector_item" android:focusable="true" android:focusableInTouchMode="true" + android:nextFocusDown="@id/backup" android:orientation="horizontal">