Updated AndroidX core

This commit is contained in:
M66B 2019-05-08 16:10:29 +02:00
parent 92b9f9014e
commit db4e310862
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ dependencies {
// https://developer.android.com/jetpack/androidx/releases/
// temporary
// Pin arch/core and sqlite
implementation "androidx.core:core:1.0.2"
implementation "androidx.arch.core:core-common:2.0.1"
implementation "androidx.arch.core:core-runtime:2.0.1"
implementation "androidx.sqlite:sqlite:2.0.1"