Commit 9d2bc2d6 authored by Mygod's avatar Mygod

Update dependencies

parent 49f972d2
......@@ -68,7 +68,7 @@ tasks.clean.dependsOn("cargoClean")
dependencies {
val coroutinesVersion = "1.3.6"
val roomVersion = "2.2.5"
val workVersion = "2.4.0-beta01"
val workVersion = "2.4.0-rc01"
api(project(":plugin"))
api("androidx.fragment:fragment-ktx:1.2.5")
......@@ -84,7 +84,7 @@ dependencies {
api("com.google.firebase:firebase-config-ktx:19.1.4")
api("com.google.firebase:firebase-crashlytics:17.1.0")
api("com.jakewharton.timber:timber:4.7.1")
api("dnsjava:dnsjava:3.1.0")
api("dnsjava:dnsjava:3.2.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
api("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion")
kapt("androidx.room:room-compiler:$roomVersion")
......
......@@ -25,6 +25,6 @@ dependencies {
api(kotlin("stdlib-jdk8", rootProject.extra.get("kotlinVersion").toString()))
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("androidx.drawerlayout:drawerlayout:1.1.0")
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