mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Updated AndroidX
This commit is contained in:
parent
395fa9dca8
commit
d6905ca7e5
1 changed files with 4 additions and 4 deletions
|
@ -325,7 +325,7 @@ dependencies {
|
|||
|
||||
def startup_version = "1.1.0"
|
||||
def annotation_version_experimental = "1.2.0"
|
||||
def core_version = "1.8.0-rc01" // 1.9.0-alpha03
|
||||
def core_version = "1.8.0" // 1.9.0-alpha03
|
||||
def shortcuts_version = "1.0.1"
|
||||
def appcompat_version = "1.4.1" // 1.6.0-alpha01
|
||||
def emoji_version = "1.2.0-alpha04"
|
||||
|
@ -343,10 +343,10 @@ dependencies {
|
|||
def documentfile_version = "1.1.0-alpha01"
|
||||
def lifecycle_version = "2.5.0-rc01"
|
||||
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
|
||||
def room_version = "2.4.2" // 2.5.0-alpha02
|
||||
def sqlite_version = "2.2.0" // 2.3.0-alpha03
|
||||
def requery_version = "3.36.0"
|
||||
def paging_version = "2.1.2" // 3.1.1
|
||||
def paging_version = "2.1.2" // 3.2.0-alpha01
|
||||
def preference_version = "1.2.0"
|
||||
def work_version = "2.7.1" // 2.8.0-alpha02
|
||||
def exif_version = "1.3.3"
|
||||
|
|
Loading…
Reference in a new issue