1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-02 21:24:34 +00:00

Updated AndroidX lifecycle

This commit is contained in:
M66B 2024-09-25 18:17:10 +02:00
parent 44f6fcad44
commit 22762e6c64
4 changed files with 5 additions and 2 deletions

View file

@ -23,6 +23,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

View file

@ -535,7 +535,7 @@ configurations.configureEach {
} else if (details.requested.group == "androidx.lifecycle" &&
details.requested.name != "lifecycle-extensions") {
//print("Pinning " + details.requested.group + ":" + details.requested.name + "\n")
details.useVersion "2.8.5"
details.useVersion "2.8.6"
} else if (details.requested.group == "org.apache.poi") {
//print("Pinning " + details.requested.group + ":" + details.requested.name + "\n")
details.useVersion "3.17"
@ -571,7 +571,7 @@ dependencies {
def lbm_version = "1.1.0"
def swiperefresh_version = "1.2.0-alpha01"
def documentfile_version = "1.1.0-alpha01"
def lifecycle_version = "2.8.5" // 2.8.6/2.9.0-alpha02
def lifecycle_version = "2.8.6" // 2.9.0-alpha02
def lifecycle_extensions_version = "2.2.0"
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha08
def sqlite_version = "2.4.0" // 2.5.0-alpha08

View file

@ -23,6 +23,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

View file

@ -23,6 +23,7 @@ Barsboldia
Next version
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated Public Suffix List
* Updated translations