Commit 4c3574f7 authored by Mygod's avatar Mygod

Update dependencies

parent 74e389cf
......@@ -52,10 +52,10 @@ androidExtensions {
def coroutinesVersion = '1.3.3'
def roomVersion = '2.2.3'
def workVersion = '2.3.0'
def workVersion = '2.3.1'
dependencies {
api project(':plugin')
api 'androidx.fragment:fragment-ktx:1.2.0'
api 'androidx.fragment:fragment-ktx:1.2.1'
api "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
api "androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycleVersion"
api 'androidx.preference:preference:1.1.0'
......
......@@ -8,6 +8,7 @@
* Fix occasional crash in `AlertDialogFragment`.
* Translation updates.
* Dependency updates:
- `androidx.core:core-ktx:1.2.0`;
- `com.google.android.material:material:1.1.0`.
* 1.3.3:
* Fix a build script issue.
......
......@@ -46,7 +46,7 @@ mavenPublish {
}
dependencies {
api 'androidx.core:core-ktx:1.1.0'
api 'androidx.core:core-ktx:1.2.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'
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
......
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