mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Updated AndroidX
This commit is contained in:
parent
29d80e5c0d
commit
750437c961
1 changed files with 5 additions and 5 deletions
|
@ -457,15 +457,15 @@ dependencies {
|
|||
def appcompat_version = "1.6.1" // 1.7.0-alpha03
|
||||
def emoji_version = "1.4.0"
|
||||
def flatbuffers_version = "2.0.0"
|
||||
def activity_version = "1.7.2" // 1.8.0-rc01
|
||||
def fragment_version = "1.6.1" // 1.7.0-alpha05
|
||||
def activity_version = "1.8.0"
|
||||
def fragment_version = "1.6.1" // 1.7.0-alpha06
|
||||
def windows_version = "1.2.0-beta03"
|
||||
def webkit_version = "1.8.0"
|
||||
def recyclerview_version = "1.3.1"
|
||||
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha01
|
||||
def constraintlayout_version = "2.1.4" // 2.2.0-alpha12
|
||||
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
|
||||
def constraintlayout_version = "2.1.4" // 2.2.0-alpha13
|
||||
def material_version = "1.9.0" // 1.11.0-alpha01
|
||||
def browser_version = "1.6.0"
|
||||
def browser_version = "1.6.0" // 1.7.0-alpha01
|
||||
def lbm_version = "1.1.0"
|
||||
def swiperefresh_version = "1.2.0-alpha01"
|
||||
def documentfile_version = "1.1.0-alpha01"
|
||||
|
|
Loading…
Reference in a new issue