Bump dependencies

(cherry picked from commit 32e3ac63ed302f8217bc5c8334df05fc468c097e)
This commit is contained in:
arkon 2020-06-13 15:17:21 -04:00 committed by Jobobby04
parent e3cc2a8593
commit 2bf3c13eec
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ dependencies {
implementation 'androidx.biometric:biometric:1.0.1'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta6'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta7'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.preference:preference:1.1.1'
@ -170,7 +170,7 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:$work_version"
// UI library
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.google.android.material:material:1.3.0-alpha01'
standardImplementation 'com.google.firebase:firebase-core:17.4.3'

View File

@ -257,7 +257,7 @@ class LibraryController(
override fun configureTabs(tabs: TabLayout) {
with(tabs) {
tabGravity = TabLayout.GRAVITY_CENTER
tabGravity = TabLayout.GRAVITY_START
tabMode = TabLayout.MODE_SCROLLABLE
}
tabsVisibilitySubscription?.unsubscribe()