mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-01 03:45:10 +00:00
Updated AndroidX
This commit is contained in:
parent
d561cd7d7a
commit
63e2bfbf1d
1 changed files with 3 additions and 3 deletions
|
@ -257,11 +257,11 @@ configurations.all {
|
|||
dependencies {
|
||||
//implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def startup_version = "1.1.0-rc01"
|
||||
def startup_version = "1.1.0"
|
||||
def annotation_version = "1.1.0"
|
||||
def core_version = "1.6.0"
|
||||
def appcompat_version = "1.3.1"
|
||||
def activity_version = "1.3.0"
|
||||
def activity_version = "1.3.1"
|
||||
def fragment_version = "1.3.6"
|
||||
def webkit_version = "1.4.0"
|
||||
def recyclerview_version = "1.2.1"
|
||||
|
@ -280,7 +280,7 @@ dependencies {
|
|||
def paging_version = "2.1.2" // 3.0.1
|
||||
def preference_version = "1.1.1"
|
||||
def work_version = "2.7.0-alpha05"
|
||||
def exif_version = "1.3.2"
|
||||
def exif_version = "1.3.3"
|
||||
def biometric_version = "1.2.0-alpha03"
|
||||
def billingclient_version = "3.0.3"
|
||||
def javamail_version = "1.6.7"
|
||||
|
|
Loading…
Reference in a new issue