mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Updated AndroidX
This commit is contained in:
parent
99b616f383
commit
71851ba6b5
1 changed files with 15 additions and 11 deletions
|
@ -555,30 +555,31 @@ dependencies {
|
||||||
def desugar_version = "2.0.4"
|
def desugar_version = "2.0.4"
|
||||||
def startup_version = "1.2.0-alpha02" // 1.2.0
|
def startup_version = "1.2.0-alpha02" // 1.2.0
|
||||||
def annotation_version_experimental = "1.4.1" // 1.5.0-alpha01
|
def annotation_version_experimental = "1.4.1" // 1.5.0-alpha01
|
||||||
def core_version = "1.13.1" // 1.15.0-rc01
|
def core_version = "1.15.0"
|
||||||
def appcompat_version = "1.7.0"
|
def appcompat_version = "1.7.0"
|
||||||
def emoji_version = "1.5.0"
|
def emoji_version = "1.5.0"
|
||||||
def flatbuffers_version = "2.0.0"
|
def flatbuffers_version = "2.0.0"
|
||||||
def activity_version = " 1.9.3" // 1.10.0-alpha02
|
def activity_version = " 1.9.3" // 1.10.0-alpha03
|
||||||
def fragment_version = "1.8.4"
|
def fragment_version = "1.8.5"
|
||||||
def windows_version = "1.3.0" // 1.4.0-alpha05
|
def windows_version = "1.3.0" // 1.4.0-alpha05
|
||||||
def webkit_version = "1.10.0" // 1.11.0/1.12.0
|
def webkit_version = "1.10.0" // 1.11.0/1.12.0
|
||||||
def recyclerview_version = "1.3.2" // 1.4.0-rc01
|
def recyclerview_version = "1.3.2" // 1.4.0-rc01
|
||||||
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
|
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
|
||||||
def constraintlayout_version = "2.1.4" // 2.2.0-rc01
|
def constraintlayout_version = "2.1.4" // 2.2.0
|
||||||
|
def viewpager_version = "1.1.0-beta01"
|
||||||
def material_version = "1.11.0" // 1.12.0 / 1.13.0-alpha03
|
def material_version = "1.11.0" // 1.12.0 / 1.13.0-alpha03
|
||||||
def browser_version = "1.8.0"
|
def browser_version = "1.8.0"
|
||||||
def lbm_version = "1.1.0"
|
def lbm_version = "1.1.0"
|
||||||
def swiperefresh_version = "1.2.0-alpha01"
|
def swiperefresh_version = "1.2.0-alpha01"
|
||||||
def documentfile_version = "1.1.0-alpha01"
|
def documentfile_version = "1.1.0-alpha01"
|
||||||
def lifecycle_version = "2.8.6" // 2.9.0-alpha05
|
def lifecycle_version = "2.8.6" // 2.8.7/2.9.0-alpha06
|
||||||
def lifecycle_extensions_version = "2.2.0"
|
def lifecycle_extensions_version = "2.2.0"
|
||||||
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha10
|
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha11
|
||||||
def sqlite_version = "2.4.0" // 2.5.0-alpha10
|
def sqlite_version = "2.4.0" // 2.5.0-alpha11
|
||||||
def requery_version = "3.39.2"
|
def requery_version = "3.39.2"
|
||||||
def paging_version = "2.1.2" // 3.3.0-rc01
|
def paging_version = "2.1.2" // 3.3.0-rc01
|
||||||
def preference_version = "1.2.1"
|
def preference_version = "1.2.1"
|
||||||
def work_version = "2.9.1" // 2.10.0-rc01
|
def work_version = "2.10.0"
|
||||||
def exif_version = "1.3.7"
|
def exif_version = "1.3.7"
|
||||||
def biometric_version = "1.2.0-alpha05" // 1.4.0-alpha02
|
def biometric_version = "1.2.0-alpha05" // 1.4.0-alpha02
|
||||||
def billingclient_version = "6.0.1" // 6.2.0
|
def billingclient_version = "6.0.1" // 6.2.0
|
||||||
|
@ -648,9 +649,6 @@ dependencies {
|
||||||
// https://mvnrepository.com/artifact/androidx.webkit/webkit
|
// https://mvnrepository.com/artifact/androidx.webkit/webkit
|
||||||
implementation "androidx.webkit:webkit:$webkit_version"
|
implementation "androidx.webkit:webkit:$webkit_version"
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/androidx.viewpager2/viewpager2
|
|
||||||
//implementation "androidx.viewpager2:viewpager2:1.1.0-alpha01"
|
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
|
||||||
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection
|
||||||
implementation "androidx.recyclerview:recyclerview:$recyclerview_version"
|
implementation "androidx.recyclerview:recyclerview:$recyclerview_version"
|
||||||
|
@ -662,6 +660,12 @@ dependencies {
|
||||||
// https://mvnrepository.com/artifact/androidx.constraintlayout/constraintlayout
|
// https://mvnrepository.com/artifact/androidx.constraintlayout/constraintlayout
|
||||||
implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version"
|
implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version"
|
||||||
|
|
||||||
|
// https://developer.android.com/jetpack/androidx/releases/viewpager
|
||||||
|
//implementation "androidx.viewpager:viewpager:$viewpager_version"
|
||||||
|
|
||||||
|
// https://mvnrepository.com/artifact/androidx.viewpager2/viewpager2
|
||||||
|
//implementation "androidx.viewpager2:viewpager2:1.1.0-alpha01"
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/com.google.android.material/material
|
// https://mvnrepository.com/artifact/com.google.android.material/material
|
||||||
// https://github.com/material-components/material-components-android/releases
|
// https://github.com/material-components/material-components-android/releases
|
||||||
implementation "com.google.android.material:material:$material_version"
|
implementation "com.google.android.material:material:$material_version"
|
||||||
|
|
Loading…
Reference in a new issue