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
884e5bcef2
commit
a242ab9eff
1 changed files with 3 additions and 3 deletions
|
@ -192,7 +192,7 @@ configurations.all {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def core_version = "1.5.0-alpha02"
|
||||
def core_version = "1.5.0-alpha03"
|
||||
def appcompat_version = "1.3.0-alpha02"
|
||||
def fragment_version = "1.3.0-alpha08"
|
||||
def recyclerview_version = "1.2.0-alpha05"
|
||||
|
@ -209,8 +209,8 @@ dependencies {
|
|||
def room_version = "2.2.5" // 2.3.0-alpha02
|
||||
def paging_version = "2.1.2" // 3.0.0-alpha03
|
||||
def preference_version = "1.1.1"
|
||||
def work_version = "2.5.0-alpha01"
|
||||
def exif_version = "1.3.0-rc01"
|
||||
def work_version = "2.5.0-alpha02"
|
||||
def exif_version = "1.3.0"
|
||||
def biometric_version = "1.1.0-alpha02" // https://issuetracker.google.com/issues/159983244
|
||||
def textclassifier_version = "1.0.0-alpha03"
|
||||
def billingclient_version = "3.0.0"
|
||||
|
|
Loading…
Reference in a new issue