mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-21 23:32:51 +00:00
Updated AndroidX
This commit is contained in:
parent
871c7bc51c
commit
572be4a43b
1 changed files with 3 additions and 3 deletions
|
@ -553,7 +553,7 @@ dependencies {
|
|||
//implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def desugar_version = "2.0.4"
|
||||
def startup_version = "1.2.0-alpha02" // 1.2.0
|
||||
def startup_version = "1.2.0"
|
||||
def annotation_version_experimental = "1.4.1" // 1.5.0-alpha01
|
||||
def core_version = "1.15.0"
|
||||
def appcompat_version = "1.7.0"
|
||||
|
@ -562,12 +562,12 @@ dependencies {
|
|||
def activity_version = " 1.9.3" // 1.10.0-beta01
|
||||
def fragment_version = "1.8.5"
|
||||
def windows_version = "1.3.0" // 1.4.0-alpha05
|
||||
def webkit_version = "1.10.0" // 1.11.0/1.12.0/1.13.0-alpha01
|
||||
def webkit_version = "1.12.0" // 1.13.0-alpha01
|
||||
def recyclerview_version = "1.3.2" // 1.4.0-rc01
|
||||
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
|
||||
def constraintlayout_version = "2.1.4" // 2.2.0
|
||||
def viewpager_version = "1.1.0-beta01"
|
||||
def material_version = "1.11.0" // 1.12.0 / 1.13.0-alpha03
|
||||
def material_version = "1.12.0" // 1.13.0-alpha03
|
||||
def browser_version = "1.8.0"
|
||||
def lbm_version = "1.1.0"
|
||||
def swiperefresh_version = "1.2.0-alpha01"
|
||||
|
|
Loading…
Reference in a new issue