mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 15:06:44 +00:00
Updated AndroidX
This commit is contained in:
parent
190f9b1d1d
commit
e9c19ff2a4
1 changed files with 2 additions and 2 deletions
|
@ -186,8 +186,8 @@ configurations.all {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def core_version = "1.2.0-rc01"
|
||||
def appcompat_version = "1.2.0-alpha01"
|
||||
def core_version = "1.3.0-alpha01"
|
||||
def appcompat_version = "1.2.0-alpha02"
|
||||
def fragment_version = "1.2.0"
|
||||
def recyclerview_version = "1.2.0-alpha01"
|
||||
def coordinatorlayout_version = "1.1.0"
|
||||
|
|
Loading…
Reference in a new issue