1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-23 16:25:30 +00:00

Updated constraint layout

This commit is contained in:
M66B 2020-08-23 13:18:40 +02:00
parent 76090e7143
commit bda49eb55f

View file

@ -215,8 +215,8 @@ dependencies {
def fragment_version = "1.3.0-alpha08"
def recyclerview_version = "1.2.0-alpha05"
def coordinatorlayout_version = "1.1.0"
def constraintlayout_version = "2.0.0-beta3" // 2.0.0-beta8
def material_version = "1.3.0-alpha01" // 1.3.0-alpha02
def constraintlayout_version = "2.0.0" // 2.0.0-beta3
def material_version = "1.3.0-alpha02" // 1.3.0-alpha01
def browser_version = "1.3.0-alpha05"
def lbm_version = "1.0.0"
def swiperefresh_version = "1.2.0-alpha01"