mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Updated AndroidX
This commit is contained in:
parent
5b928a9ba8
commit
103a52ff11
1 changed files with 5 additions and 5 deletions
|
@ -222,23 +222,23 @@ configurations.all {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def core_version = "1.3.0-alpha01"
|
||||
def appcompat_version = "1.2.0-alpha02"
|
||||
def fragment_version = "1.2.2"
|
||||
def core_version = "1.3.0-alpha02"
|
||||
def appcompat_version = "1.2.0-alpha03"
|
||||
def fragment_version = "1.3.0-alpha01"
|
||||
def recyclerview_version = "1.2.0-alpha01"
|
||||
def coordinatorlayout_version = "1.1.0"
|
||||
def constraintlayout_version = "2.0.0-beta3"
|
||||
def material_version = "1.2.0-alpha05"
|
||||
def browser_version = "1.3.0-alpha01"
|
||||
def lbm_version = "1.0.0"
|
||||
def swiperefresh_version = "1.0.0"
|
||||
def swiperefresh_version = "1.1.0-beta01"
|
||||
def documentfile_version = "1.0.1"
|
||||
def lifecycle_version = "2.2.0"
|
||||
def sqlite_version = "2.1.0"
|
||||
def room_version = "2.2.4"
|
||||
def paging_version = "2.1.1"
|
||||
def preference_version = "1.1.0"
|
||||
def work_version = "2.3.2"
|
||||
def work_version = "2.3.3"
|
||||
def exif_version = "1.3.0-alpha01"
|
||||
def biometric_version = "1.0.1"
|
||||
def billingclient_version = "2.1.0"
|
||||
|
|
Loading…
Reference in a new issue