mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Updated AndroidX
This commit is contained in:
parent
e02deab509
commit
288bf0417a
1 changed files with 4 additions and 4 deletions
|
@ -240,7 +240,7 @@ dependencies {
|
|||
def core_version = "1.5.0"
|
||||
def appcompat_version = "1.3.0"
|
||||
def activity_version = "1.2.3"
|
||||
def fragment_version = "1.3.4"
|
||||
def fragment_version = "1.3.5"
|
||||
def webkit_version = "1.4.0"
|
||||
def recyclerview_version = "1.2.1"
|
||||
def coordinatorlayout_version = "1.1.0"
|
||||
|
@ -250,10 +250,10 @@ dependencies {
|
|||
def lbm_version = "1.0.0"
|
||||
def swiperefresh_version = "1.2.0-alpha01"
|
||||
def documentfile_version = "1.0.1"
|
||||
def lifecycle_version = "2.4.0-alpha01"
|
||||
def lifecycle_version = "2.4.0-alpha02"
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.3.0" // 2.4.0-alpha02
|
||||
def sqlite_version = "2.1.0"
|
||||
def room_version = "2.3.0" // 2.4.0-alpha03
|
||||
def sqlite_version = "2.1.0" // 2.2.0-alpha01
|
||||
def requery_version = "3.35.5"
|
||||
def paging_version = "2.1.2" // 3.0.0
|
||||
def preference_version = "1.1.1"
|
||||
|
|
Loading…
Reference in a new issue