Updated AndroidX

This commit is contained in:
M66B 2024-01-24 19:21:48 +01:00
parent c5c7c059d6
commit c972954edf
4 changed files with 10 additions and 7 deletions

View File

@ -10,6 +10,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Added mini audio player (display-settings tab page)
* 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

@ -514,15 +514,15 @@ dependencies {
def desugar_version = "2.0.4"
def startup_version = "1.1.1" // 1.2.0-alpha03
def annotation_version_experimental = "1.3.1" // 1.4.0-rc01
def core_version = "1.12.0" // 1.13.0-alpha02
def annotation_version_experimental = "1.4.0"
def core_version = "1.12.0" // 1.13.0-alpha04
def appcompat_version = "1.6.1" // 1.7.0-alpha03
def emoji_version = "1.4.0" // 1.5.0-alpha01
def flatbuffers_version = "2.0.0"
def activity_version = "1.8.2" // 1.9.0-alpha01
def fragment_version = "1.6.2" // 1.7.0-alpha08
def activity_version = "1.8.2" // 1.9.0-alpha02
def fragment_version = "1.6.2" // 1.7.0-alpha09
def windows_version = "1.2.0" // 1.3.0-alpha01
def webkit_version = "1.9.0" // 1.10.0-rc01
def webkit_version = "1.10.0"
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
@ -531,14 +531,14 @@ 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.7.0"
def lifecycle_version = "2.7.0" // 2.8.0-alpha01
def lifecycle_extensions_version = "2.2.0"
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.2.0
def preference_version = "1.2.1"
def work_version = "2.9.0"
def work_version = "2.9.0" // 2.10.0-alpha01
def exif_version = "1.3.7"
def biometric_version = "1.2.0-alpha05"
def billingclient_version = "6.0.1" // 6.1.0

View File

@ -10,6 +10,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Added mini audio player (display-settings tab page)
* 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 mini audio player (display-settings tab page)
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated Public Suffix List
* Updated translations