mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Updated AndroidX
This commit is contained in:
parent
71e8f9afca
commit
1b497ca364
1 changed files with 7 additions and 7 deletions
|
@ -366,22 +366,22 @@ dependencies {
|
|||
|
||||
def startup_version = "1.1.1" // 1.2.0-alpha02
|
||||
def annotation_version_experimental = "1.3.0"
|
||||
def core_version = "1.9.0" // 1.10.0-alpha01
|
||||
def core_version = "1.9.0" // 1.10.0-alpha02
|
||||
def appcompat_version = "1.6.0" // 1.7.0-alpha01
|
||||
def emoji_version = "1.2.0" // 1.3.0-alpha01
|
||||
def activity_version = "1.6.1" // 1.7.0-alpha03
|
||||
def emoji_version = "1.2.0" // 1.3.0-beta01
|
||||
def activity_version = "1.6.1" // 1.7.0-alpha04
|
||||
def fragment_version = "1.5.5" // 1.6.0-alpha04
|
||||
def windows_version = "1.0.0" // 1.1.0-alpha04
|
||||
def webkit_version = "1.6.0-rc01"
|
||||
def webkit_version = "1.6.0" // 1.7.0-alpha01
|
||||
def recyclerview_version = "1.3.0-rc01"
|
||||
def coordinatorlayout_version = "1.2.0"
|
||||
def constraintlayout_version = "2.1.4" // 2.2.0-alpha05
|
||||
def constraintlayout_version = "2.1.4" // 2.2.0-alpha06
|
||||
def material_version = "1.7.0"
|
||||
def browser_version = "1.4.0" // 1.5.0-beta01
|
||||
def browser_version = "1.4.0" // 1.5.0-rc01
|
||||
def lbm_version = "1.1.0"
|
||||
def swiperefresh_version = "1.2.0-alpha01"
|
||||
def documentfile_version = "1.1.0-alpha01"
|
||||
def lifecycle_version = "2.5.1" // 2.6.0-alpha04
|
||||
def lifecycle_version = "2.5.1" // 2.6.0-alpha05
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.4.3" // 2.5.0
|
||||
def sqlite_version = "2.3.0"
|
||||
|
|
Loading…
Reference in a new issue