mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Updated AndroidX
This commit is contained in:
parent
c5d6255e81
commit
abbd596a6e
1 changed files with 9 additions and 9 deletions
|
@ -212,21 +212,21 @@ dependencies {
|
|||
|
||||
def core_version = "1.5.0-alpha01"
|
||||
def appcompat_version = "1.3.0-alpha01"
|
||||
def fragment_version = "1.3.0-alpha06"
|
||||
def recyclerview_version = "1.2.0-alpha04"
|
||||
def fragment_version = "1.3.0-alpha07"
|
||||
def recyclerview_version = "1.2.0-alpha05"
|
||||
def coordinatorlayout_version = "1.1.0"
|
||||
def constraintlayout_version = "2.0.0-beta3"
|
||||
def material_version = "1.3.0-alpha01"
|
||||
def constraintlayout_version = "2.0.0-beta3" // 2.0.0-beta8
|
||||
def material_version = "1.3.0-alpha01" // 1.3.0-alpha02
|
||||
def browser_version = "1.3.0-alpha04"
|
||||
def lbm_version = "1.0.0"
|
||||
def swiperefresh_version = "1.1.0"
|
||||
def swiperefresh_version = "1.2.0-alpha01"
|
||||
def documentfile_version = "1.0.1"
|
||||
def lifecycle_version = "2.2.0" // 2.3.0-alpha05
|
||||
def lifecycle_version = "2.2.0" // 2.3.0-alpha06
|
||||
def sqlite_version = "2.1.0"
|
||||
def room_version = "2.2.5" // 2.3.0-alpha01
|
||||
def paging_version = "2.1.2" // 3.0.0-alpha02
|
||||
def room_version = "2.2.5" // 2.3.0-alpha02
|
||||
def paging_version = "2.1.2" // 3.0.0-alpha03
|
||||
def preference_version = "1.1.1"
|
||||
def work_version = "2.4.0-rc01"
|
||||
def work_version = "2.4.0"
|
||||
def exif_version = "1.3.0-alpha01"
|
||||
def biometric_version = "1.0.1" // https://issuetracker.google.com/issues/159983244
|
||||
def textclassifier_version = "1.0.0-alpha03"
|
||||
|
|
Loading…
Reference in a new issue