1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-01 03:45:10 +00:00

Updated AndroidX

This commit is contained in:
M66B 2019-10-28 14:22:33 +01:00
parent b4ff100101
commit c3e40d914f

View file

@ -178,8 +178,8 @@ dependencies {
def fragment_version = "1.2.0-rc01"
def recyclerview_version = "1.1.0-rc01"
def coordinatorlayout_version = "1.1.0-rc01"
def constraintlayout_version = "2.0.0-beta2"
def material_version = "1.1.0-beta01"
def constraintlayout_version = "2.0.0-beta3"
def material_version = "1.2.0-alpha01"
def browser_version = "1.2.0-alpha09"
def lbm_version = "1.0.0"
def swiperefresh_version = "1.0.0"