mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Updated AndroidX lifecycle
This commit is contained in:
parent
0136bfe0a5
commit
5ebdc3dc0c
1 changed files with 6 additions and 6 deletions
|
@ -289,12 +289,12 @@ dependencies {
|
|||
//implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def startup_version = "1.1.0"
|
||||
def annotation_version = "1.1.0" // 1.2.0-alpha01
|
||||
def core_version = "1.6.0" // 1.7.0-rc01
|
||||
def annotation_version = "1.1.0" // 1.3.0-rc01
|
||||
def core_version = "1.6.0" // 1.7.0
|
||||
def shortcuts_version = "1.0.0"
|
||||
def appcompat_version = "1.3.1"
|
||||
def activity_version = "1.3.1" // 1.4.0-rc01
|
||||
def fragment_version = "1.3.6" // 1.4.0-alpha10
|
||||
def activity_version = "1.3.1" // 1.4.0
|
||||
def fragment_version = "1.3.6" // 1.4.0-beta01
|
||||
def webkit_version = "1.4.0"
|
||||
def recyclerview_version = "1.2.1"
|
||||
def coordinatorlayout_version = "1.1.0"
|
||||
|
@ -304,12 +304,12 @@ dependencies {
|
|||
def lbm_version = "1.0.0"
|
||||
def swiperefresh_version = "1.2.0-alpha01"
|
||||
def documentfile_version = "1.1.0-alpha01"
|
||||
def lifecycle_version = "2.4.0-alpha03" // 2.4.0-rc01
|
||||
def lifecycle_version = "2.4.0"
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.3.0" // 2.4.0-beta01
|
||||
def sqlite_version = "2.1.0" // 2.2.0-beta01
|
||||
def requery_version = "3.36.0"
|
||||
def paging_version = "2.1.2" // 3.1.0-alpha04
|
||||
def paging_version = "2.1.2" // 3.1.0-beta01
|
||||
def preference_version = "1.1.1"
|
||||
def work_version = "2.7.0"
|
||||
def exif_version = "1.3.3"
|
||||
|
|
Loading…
Reference in a new issue