Updated AndroidX

This commit is contained in:
M66B 2024-03-07 07:26:18 +01:00
parent 0ab62708b0
commit 035f0debba
4 changed files with 6 additions and 3 deletions

View File

@ -10,6 +10,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Added sorting on unread/starred and starred/unread messages
* 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

@ -524,13 +524,13 @@ dependencies {
def flatbuffers_version = "2.0.0"
def activity_version = "1.8.2" // 1.9.0-alpha03
def fragment_version = "1.6.2" // 1.7.0-alpha10
def windows_version = "1.2.0" // 1.3.0-alpha02
def windows_version = "1.2.0" // 1.3.0-alpha03
def webkit_version = "1.10.0" // 1.11.0-alpha02
def recyclerview_version = "1.3.2" // 1.4.0-alpha01
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
def constraintlayout_version = "2.1.4" // 2.2.0-alpha13
def material_version = "1.11.0" // 1.11.0-alpha01
def browser_version = "1.7.0" // 1.8.0-beta02
def browser_version = "1.8.0"
def lbm_version = "1.1.0"
def swiperefresh_version = "1.2.0-alpha01"
def documentfile_version = "1.1.0-alpha01"
@ -539,7 +539,7 @@ dependencies {
def room_version = "2.4.3" // 2.5.2/2.6.1
def sqlite_version = "2.4.0"
def requery_version = "3.39.2"
def paging_version = "2.1.2" // 3.3.0-alpha03
def paging_version = "2.1.2" // 3.3.0-alpha04
def preference_version = "1.2.1"
def work_version = "2.9.0" // 2.10.0-alpha01
def exif_version = "1.3.7"

View File

@ -10,6 +10,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Added sorting on unread/starred and starred/unread messages
* 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

@ -10,6 +10,7 @@ Next version
* Added sorting on unread/starred and starred/unread messages
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated Public Suffix List
* Updated translations