mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-13 10:21:08 +01:00
Updated AndroidX
This commit is contained in:
@@ -31,6 +31,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||
### Next version (Work in progress)
|
||||
|
||||
* Added option to select space between messages
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
|
||||
### 1.2306 2025-12-02
|
||||
|
||||
|
||||
@@ -551,10 +551,10 @@ dependencies {
|
||||
def appcompat_version = "1.7.1"
|
||||
def emoji_version = "1.6.0"
|
||||
def flatbuffers_version = "2.0.0"
|
||||
def activity_version = "1.11.0" // 1.12.0 (depends on life-cycle 2.9.4)
|
||||
def activity_version = "1.11.0" // 1.12.1 (depends on life-cycle 2.9.4)
|
||||
def fragment_version = "1.8.9"
|
||||
def windows_version = "1.4.0" // 1.5.1 (requires min SDK 23)
|
||||
def webkit_version = "1.14.0" // 1.15.0-beta01
|
||||
def webkit_version = "1.14.0" // 1.15.0-rc01
|
||||
def recyclerview_version = "1.4.0"
|
||||
def coordinatorlayout_version = "1.2.0" // 1.3.0-rc01
|
||||
def constraintlayout_version = "2.2.0"
|
||||
@@ -562,7 +562,7 @@ dependencies {
|
||||
def material_version = "1.12.0" // 1.13.0-alpha03
|
||||
def browser_version = "1.9.0" // 1.10.0-alpha02
|
||||
def lbm_version = "1.1.0"
|
||||
def swiperefresh_version = "1.2.0-beta01"
|
||||
def swiperefresh_version = "1.2.0-beta01" // 1.2.0
|
||||
def documentfile_version = "1.1.0"
|
||||
def lifecycle_version = "2.8.6" // 2.8.7/2.9.3/ 2.10.0
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
@@ -572,7 +572,7 @@ dependencies {
|
||||
def paging_version = "2.1.2" // 3.3.6/3.4.0-alpha04
|
||||
def preference_version = "1.2.1"
|
||||
def work_version = "2.10.5" // 2.11.0 (requires min SDK 23)
|
||||
def exif_version = "1.4.1"
|
||||
def exif_version = "1.4.2"
|
||||
def biometric_version = "1.2.0-alpha05" // 1.4.0-alpha04
|
||||
def billingclient_version = "7.1.1" // 8.0.0
|
||||
def playservicesbasement_version = "18.5.0";
|
||||
|
||||
@@ -31,6 +31,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||
### Next version (Work in progress)
|
||||
|
||||
* Added option to select space between messages
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
|
||||
### 1.2306 2025-12-02
|
||||
|
||||
|
||||
Reference in New Issue
Block a user