Commit d988777e authored by Mygod's avatar Mygod

Update dependencies

parent 08130e0f
......@@ -71,7 +71,7 @@ dependencies {
val workVersion = "2.4.0-beta01"
api(project(":plugin"))
api("androidx.fragment:fragment-ktx:1.2.4")
api("androidx.fragment:fragment-ktx:1.2.5")
api("androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion")
api("androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycleVersion")
api("androidx.preference:preference:1.1.1")
......
......@@ -23,7 +23,7 @@ mavenPublish.targets.getByName("uploadArchives") {
dependencies {
api(kotlin("stdlib-jdk8", rootProject.extra.get("kotlinVersion").toString()))
api("androidx.core:core-ktx:1.2.0")
api("androidx.core:core-ktx:1.3.0")
// https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api("androidx.drawerlayout:drawerlayout:1.1.0-rc01")
api("com.google.android.material:material:1.1.0")
......
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