Revert bottom app bar style.

This commit is contained in:
Docile-Alligator
2023-02-06 11:46:40 -05:00
parent d0bf1aa19c
commit e69f778de4
7 changed files with 194 additions and 140 deletions

View File

@@ -80,7 +80,7 @@ dependencies {
implementation "androidx.room:room-guava:$roomVersion"
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
implementation 'androidx.work:work-runtime:2.7.1'
implementation 'com.google.android.material:material:1.8.0-beta01'
implementation 'com.google.android.material:material:1.8.0'
/** ExoPlayer **/
def exoplayerVersion = "2.18.2"