mirror of https://github.com/M66B/FairEmail.git
Updated AndroidX
This commit is contained in:
parent
1683a241e6
commit
879229b647
|
@ -238,7 +238,7 @@ dependencies {
|
|||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def core_version = "1.5.0-alpha05"
|
||||
def appcompat_version = "1.3.0-alpha02"
|
||||
def appcompat_version = "1.3.0-beta01"
|
||||
def activity_version = "1.2.0-rc01"
|
||||
def fragment_version = "1.3.0-rc01"
|
||||
def recyclerview_version = "1.2.0-beta01"
|
||||
|
@ -255,7 +255,7 @@ dependencies {
|
|||
def room_version = "2.2.6" // 2.3.0-alpha04
|
||||
def paging_version = "2.1.2" // 3.0.0-alpha11
|
||||
def preference_version = "1.1.1"
|
||||
def work_version = "2.5.0-beta02"
|
||||
def work_version = "2.5.0-rc01"
|
||||
def exif_version = "1.3.2"
|
||||
def biometric_version = "1.2.0-alpha01"
|
||||
def textclassifier_version = "1.0.0-alpha03"
|
||||
|
|
Loading…
Reference in New Issue