1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Updated AndroidX

This commit is contained in:
M66B 2020-05-22 10:30:44 +02:00
parent b8ca986e2f
commit 87dec4f295

View file

@ -225,8 +225,8 @@ configurations.all {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
def core_version = "1.3.0-rc01" // 1.4.0-alpha01
def appcompat_version = "1.2.0-rc01" // 1.3.0-alpha01
def core_version = "1.4.0-alpha01"
def appcompat_version = "1.3.0-alpha01"
def fragment_version = "1.3.0-alpha05"
def recyclerview_version = "1.2.0-alpha03"
def coordinatorlayout_version = "1.1.0"