mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Updated AndroidX
This commit is contained in:
parent
b9b2650e81
commit
22d87658ab
1 changed files with 6 additions and 6 deletions
|
@ -338,11 +338,11 @@ dependencies {
|
|||
//implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def startup_version = "1.1.1" // 1.2.0-alpha01
|
||||
def annotation_version_experimental = "1.3.0-rc01"
|
||||
def core_version = "1.8.0" // 1.9.0-rc01
|
||||
def appcompat_version = "1.6.0-beta01"
|
||||
def annotation_version_experimental = "1.3.0"
|
||||
def core_version = "1.9.0"
|
||||
def appcompat_version = "1.6.0-rc01"
|
||||
def emoji_version = "1.2.0"
|
||||
def activity_version = "1.5.1" // 1.6.0-rc01
|
||||
def activity_version = "1.5.1" // 1.6.0-rc02
|
||||
def fragment_version = "1.5.2" // 1.6.0-alpha02
|
||||
def windows_version = "1.0.0" // 1.1.0-alpha03
|
||||
def webkit_version = "1.5.0" // 1.6.0-alpha01
|
||||
|
@ -354,14 +354,14 @@ 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.5.1" // 2.6.0-alpha01
|
||||
def lifecycle_version = "2.5.1" // 2.6.0-alpha02
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.4.3" // 2.5.0-alpha03
|
||||
def sqlite_version = "2.2.0" // 2.3.0-alpha05
|
||||
def requery_version = "3.39.2"
|
||||
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-alpha03
|
||||
def work_version = "2.7.1" // 2.8.0-alpha04
|
||||
def exif_version = "1.3.3"
|
||||
def biometric_version = "1.2.0-alpha04"
|
||||
def billingclient_version = "4.1.0"
|
||||
|
|
Loading…
Reference in a new issue