mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Updated AndroidX
This commit is contained in:
parent
c1f104b3ed
commit
5c2d6866ef
1 changed files with 3 additions and 3 deletions
|
@ -239,7 +239,7 @@ dependencies {
|
|||
def core_version = "1.5.0-beta03"
|
||||
def appcompat_version = "1.3.0-rc01"
|
||||
def activity_version = "1.2.2"
|
||||
def fragment_version = "1.3.2"
|
||||
def fragment_version = "1.3.3"
|
||||
def webkit_version = "1.4.0"
|
||||
def recyclerview_version = "1.2.0"
|
||||
def coordinatorlayout_version = "1.1.0"
|
||||
|
@ -252,10 +252,10 @@ dependencies {
|
|||
def lifecycle_version = "2.4.0-alpha01"
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def sqlite_version = "2.1.0"
|
||||
def room_version = "2.3.0-rc01"
|
||||
def room_version = "2.3.0"
|
||||
def paging_version = "2.1.2" // 3.0.0-alpha11
|
||||
def preference_version = "1.1.1"
|
||||
def work_version = "2.6.0-alpha01"
|
||||
def work_version = "2.6.0-alpha02"
|
||||
def exif_version = "1.3.2"
|
||||
def biometric_version = "1.2.0-alpha03"
|
||||
def billingclient_version = "3.0.3"
|
||||
|
|
Loading…
Reference in a new issue