mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-12 17:35:03 +00:00
Updated AndroidX
This commit is contained in:
parent
cf2c5482ec
commit
56e95e4363
1 changed files with 3 additions and 3 deletions
|
@ -338,8 +338,8 @@ dependencies {
|
||||||
def core_version = "1.8.0" // 1.9.0-alpha05
|
def core_version = "1.8.0" // 1.9.0-alpha05
|
||||||
def appcompat_version = "1.6.0-alpha05"
|
def appcompat_version = "1.6.0-alpha05"
|
||||||
def emoji_version = "1.2.0-alpha04"
|
def emoji_version = "1.2.0-alpha04"
|
||||||
def activity_version = "1.5.0-rc01" // 1.6.0-alpha03
|
def activity_version = "1.5.0" // 1.6.0-alpha03
|
||||||
def fragment_version = "1.5.0-rc01"
|
def fragment_version = "1.5.0"
|
||||||
def windows_version = "1.0.0" // 1.1.0-alpha01
|
def windows_version = "1.0.0" // 1.1.0-alpha01
|
||||||
def webkit_version = "1.5.0-alpha01"
|
def webkit_version = "1.5.0-alpha01"
|
||||||
def recyclerview_version = "1.2.1" // 1.3.0-alpha02
|
def recyclerview_version = "1.2.1" // 1.3.0-alpha02
|
||||||
|
@ -350,7 +350,7 @@ dependencies {
|
||||||
def lbm_version = "1.1.0"
|
def lbm_version = "1.1.0"
|
||||||
def swiperefresh_version = "1.2.0-alpha01"
|
def swiperefresh_version = "1.2.0-alpha01"
|
||||||
def documentfile_version = "1.1.0-alpha01"
|
def documentfile_version = "1.1.0-alpha01"
|
||||||
def lifecycle_version = "2.5.0-rc02"
|
def lifecycle_version = "2.5.0" // 2.6.0-alpha01
|
||||||
def lifecycle_extensions_version = "2.2.0"
|
def lifecycle_extensions_version = "2.2.0"
|
||||||
def room_version = "2.4.2" // 2.5.0-alpha02
|
def room_version = "2.4.2" // 2.5.0-alpha02
|
||||||
def sqlite_version = "2.2.0" // 2.3.0-alpha03
|
def sqlite_version = "2.2.0" // 2.3.0-alpha03
|
||||||
|
|
Loading…
Reference in a new issue