Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Feb 7, 2020
1 parent f2dbfbe commit 8ab7b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ ext.deps = [
androidx: [
annotations: "androidx.annotation:annotation:1.1.0",
app_compat: "androidx.appcompat:appcompat:1.1.0",
material: "com.google.android.material:material:1.0.0"
material: "com.google.android.material:material:1.1.0"
],

kotlin: [
stdlib8: "org.jetbrains.kotlin:kotlin-stdlib-jdk8",
coroutines: [
core: "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2",
android: "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2",
flow_binding: "io.github.reactivecircus.flowbinding:flowbinding-android:0.8.0"
flow_binding: "io.github.reactivecircus.flowbinding:flowbinding-android:0.9.0"
],
test: [
mockito: "com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0"
Expand All @@ -38,6 +38,6 @@ ext.deps = [
robolectric: "org.robolectric:robolectric:4.3.1",
mockito_core: "org.mockito:mockito-core:3.2.4",
mockito_inline: "org.mockito:mockito-inline:3.2.4",
truth: "com.google.truth:truth:1.0",
truth: "com.google.truth:truth:1.0.1",
]
]

0 comments on commit 8ab7b64

Please sign in to comment.