Material You tweaks.

This commit is contained in:
Docile-Alligator
2022-12-16 00:21:15 +11:00
parent 20c729244e
commit 206296db5e
2 changed files with 8 additions and 8 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-alpha03'
implementation 'com.google.android.material:material:1.8.0-beta01'
/** ExoPlayer **/
def exoplayerVersion = "2.18.2"