mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Updated AndroidX
This commit is contained in:
parent
dee7195c05
commit
8d0ce7b20f
1 changed files with 6 additions and 6 deletions
|
@ -289,19 +289,19 @@ dependencies {
|
|||
//implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def startup_version = "1.1.0"
|
||||
def annotation_version = "1.1.0" // 1.3.0-rc01
|
||||
def annotation_version_experimental = "1.1.0" // 1.2.0-alpha01
|
||||
def core_version = "1.6.0" // 1.7.0
|
||||
def shortcuts_version = "1.0.0"
|
||||
def appcompat_version = "1.3.1"
|
||||
def emoji_version = "1.0.0-rc01"
|
||||
def activity_version = "1.4.0"
|
||||
def fragment_version = "1.4.0-beta01"
|
||||
def fragment_version = "1.4.0-rc01"
|
||||
def webkit_version = "1.4.0"
|
||||
def recyclerview_version = "1.2.1"
|
||||
def coordinatorlayout_version = "1.1.0"
|
||||
def coordinatorlayout_version = "1.1.0" // 1.2.0-alpha01
|
||||
def constraintlayout_version = "2.1.1"
|
||||
def material_version = "1.4.0"
|
||||
def browser_version = "1.4.0-rc01"
|
||||
def browser_version = "1.4.0"
|
||||
def lbm_version = "1.0.0"
|
||||
def swiperefresh_version = "1.2.0-alpha01"
|
||||
def documentfile_version = "1.1.0-alpha01"
|
||||
|
@ -311,7 +311,7 @@ dependencies {
|
|||
def sqlite_version = "2.1.0" // 2.2.0-beta01
|
||||
def requery_version = "3.36.0"
|
||||
def paging_version = "2.1.2" // 3.1.0-beta01
|
||||
def preference_version = "1.1.1"
|
||||
def preference_version = "1.1.1" // 1.2.0-alpha02
|
||||
def work_version = "2.7.0"
|
||||
def exif_version = "1.3.3"
|
||||
def biometric_version = "1.2.0-alpha03"
|
||||
|
@ -343,7 +343,7 @@ dependencies {
|
|||
implementation "androidx.startup:startup-runtime:$startup_version"
|
||||
|
||||
// https://developer.android.com/jetpack/androidx/releases/
|
||||
implementation "androidx.annotation:annotation-experimental:$annotation_version"
|
||||
implementation "androidx.annotation:annotation-experimental:$annotation_version_experimental"
|
||||
|
||||
// https://mvnrepository.com/artifact/androidx.core/core
|
||||
// https://mvnrepository.com/artifact/androidx.core/core-google-shortcuts
|
||||
|
|
Loading…
Reference in a new issue