1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Updated AndroidX

This commit is contained in:
M66B 2021-10-28 10:01:29 +02:00
parent 5ebdc3dc0c
commit a7d9e68a97

View file

@ -293,8 +293,8 @@ dependencies {
def core_version = "1.6.0" // 1.7.0
def shortcuts_version = "1.0.0"
def appcompat_version = "1.3.1"
def activity_version = "1.3.1" // 1.4.0
def fragment_version = "1.3.6" // 1.4.0-beta01
def activity_version = "1.4.0"
def fragment_version = "1.4.0-beta01"
def webkit_version = "1.4.0"
def recyclerview_version = "1.2.1"
def coordinatorlayout_version = "1.1.0"