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:
parent
92b9f9014e
commit
db4e310862
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue