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

Commit

Permalink
chore: bump androidx core extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
Groggy committed Jul 31, 2020
1 parent 3b88914 commit a8dbc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion")

implementation("androidx.core:core-ktx:1.3.0")
implementation("androidx.core:core-ktx:1.3.1")
implementation("androidx.fragment:fragment-ktx:1.2.5")
implementation("androidx.leanback:leanback:1.0.0")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.2.0")
Expand Down

0 comments on commit a8dbc4c

Please sign in to comment.