mirror of https://github.com/M66B/FairEmail.git
Updated AndroidX
This commit is contained in:
parent
dedbe80342
commit
ae184eaa91
|
@ -179,23 +179,23 @@ configurations.all {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def core_version = "1.2.0-beta02"
|
||||
def core_version = "1.2.0-rc01"
|
||||
def appcompat_version = "1.1.0"
|
||||
def fragment_version = "1.2.0-rc02"
|
||||
def recyclerview_version = "1.1.0-rc01"
|
||||
def recyclerview_version = "1.1.0"
|
||||
def coordinatorlayout_version = "1.1.0-rc01"
|
||||
def constraintlayout_version = "2.0.0-beta3"
|
||||
def material_version = "1.2.0-alpha01"
|
||||
def browser_version = "1.2.0-alpha09"
|
||||
def material_version = "1.2.0-alpha02"
|
||||
def browser_version = "1.2.0-beta01"
|
||||
def lbm_version = "1.0.0"
|
||||
def swiperefresh_version = "1.0.0"
|
||||
def documentfile_version = "1.0.1"
|
||||
def lifecycle_version = "2.2.0-rc02"
|
||||
def room_version = "2.2.1"
|
||||
def room_version = "2.2.2"
|
||||
def paging_version = "2.1.0"
|
||||
def preference_version = "1.1.0"
|
||||
def work_version = "2.2.0"
|
||||
def exif_version = "1.1.0-rc01"
|
||||
def exif_version = "1.1.0"
|
||||
def biometric_version = "1.0.0"
|
||||
def billingclient_version = "2.0.3"
|
||||
def javamail_version = "1.6.5-SNAPSHOT"
|
||||
|
|
Loading…
Reference in New Issue