mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Updated AndroidX
This commit is contained in:
parent
b8910c7208
commit
f1208e2065
1 changed files with 5 additions and 5 deletions
|
@ -336,12 +336,12 @@ dependencies {
|
|||
|
||||
def startup_version = "1.1.0"
|
||||
def annotation_version_experimental = "1.2.0"
|
||||
def core_version = "1.7.0" // 1.8.0-alpha07 / 1.9.0-alpha01
|
||||
def core_version = "1.7.0" // 1.8.0-beta01 / 1.9.0-alpha01
|
||||
def shortcuts_version = "1.0.0"
|
||||
def appcompat_version = "1.4.1" // 1.6.0-alpha01
|
||||
def emoji_version = "1.2.0-alpha03" // 1.2.0-alpha03
|
||||
def activity_version = "1.4.0" // 1.5.0-alpha05 / 1.6.0-alpha01
|
||||
def fragment_version = "1.4.1" // 1.5.0-alpha05
|
||||
def emoji_version = "1.2.0-alpha04"
|
||||
def activity_version = "1.4.0" // 1.5.0-beta01 / 1.6.0-alpha01
|
||||
def fragment_version = "1.4.1" // 1.5.0-beta01
|
||||
def webkit_version = "1.4.0"
|
||||
def recyclerview_version = "1.2.1" // 1.3.0-alpha02
|
||||
def coordinatorlayout_version = "1.2.0"
|
||||
|
@ -351,7 +351,7 @@ dependencies {
|
|||
def lbm_version = "1.1.0"
|
||||
def swiperefresh_version = "1.2.0-alpha01"
|
||||
def documentfile_version = "1.1.0-alpha01"
|
||||
def lifecycle_version = "2.4.0" // 2.5.0-alpha06
|
||||
def lifecycle_version = "2.4.0" // 2.5.0-beta01
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.4.2" // 2.5.0-alpha01
|
||||
def sqlite_version = "2.2.0" // 2.3.0-alpha02
|
||||
|
|
Loading…
Reference in a new issue