mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
AndroidX
This commit is contained in:
parent
b5463ae721
commit
0fdc60f68d
1 changed files with 3 additions and 3 deletions
|
@ -551,7 +551,7 @@ dependencies {
|
|||
def annotation_version_experimental = "1.4.1"
|
||||
def core_version = "1.13.1" // 1.15.0-alpha01
|
||||
def appcompat_version = "1.7.0"
|
||||
def emoji_version = "1.4.0" // 1.5.0-alpha01
|
||||
def emoji_version = "1.4.0" // 1.5.0-beta01
|
||||
def flatbuffers_version = "2.0.0"
|
||||
def activity_version = " 1.9.0" // 1.10.0-alpha01
|
||||
def fragment_version = "1.8.1"
|
||||
|
@ -567,8 +567,8 @@ dependencies {
|
|||
def documentfile_version = "1.1.0-alpha01"
|
||||
def lifecycle_version = "2.8.3"
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha04
|
||||
def sqlite_version = "2.4.0" // 2.5.0-alpha04
|
||||
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha05
|
||||
def sqlite_version = "2.4.0" // 2.5.0-alpha05
|
||||
def requery_version = "3.39.2"
|
||||
def paging_version = "2.1.2" // 3.3.0-rc01
|
||||
def preference_version = "1.2.1"
|
||||
|
|
Loading…
Reference in a new issue