1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 11:15:51 +00:00

Updated AndroidX core

This commit is contained in:
M66B 2019-05-08 16:10:29 +02:00
parent 92b9f9014e
commit db4e310862

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"