Commit 1cd0db24 authored by Mygod's avatar Mygod

Update material design lib

parent bd4cfbfe
......@@ -3,7 +3,7 @@
* Fix occasional crash in `AlertDialogFragment`.
* Translation updates.
* Dependency updates:
- `com.google.android.material:material:1.1.0-rc02`.
- `com.google.android.material:material:1.1.0`.
* 1.3.3:
* Fix a build script issue.
* 1.3.2:
......
......@@ -48,7 +48,7 @@ mavenPublish {
dependencies {
api 'androidx.core:core-ktx:1.1.0'
api 'androidx.drawerlayout:drawerlayout:1.1.0-alpha03' // https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api 'com.google.android.material:material:1.1.0-rc02'
api 'com.google.android.material:material:1.1.0'
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test:runner:$androidTestVersion"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment