Add: Material and AppCompat view libraries (alphas)

This commit is contained in:
machiav3lli 2021-10-15 02:09:43 +02:00
parent a159381098
commit 3bf4c0c0cf

View File

@ -115,7 +115,9 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:' + versions.kotlin
// Frontend
implementation 'androidx.fragment:fragment-ktx:1.3.6'
implementation "androidx.fragment:fragment-ktx:1.4.0-alpha10"
implementation "androidx.appcompat:appcompat:1.4.0-beta01"
implementation "com.google.android.material:material:1.5.0-alpha04"
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0'