Updated AndroidX

pull/217/head
M66B 7 months ago
parent d76bafc19d
commit 34c8d4991d

@ -34,6 +34,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Fixed all reported bugs * Fixed all reported bugs
* Small improvements and minor bug fixes * 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 [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)

@ -555,29 +555,29 @@ dependencies {
def desugar_version = "2.0.4" def desugar_version = "2.0.4"
def startup_version = "1.2.0" def startup_version = "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.15.0" // 1.16.0-alpha02 def core_version = "1.15.0" // 1.16.0-beta01
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.10.0" def activity_version = " 1.10.0"
def fragment_version = "1.8.5" def fragment_version = "1.8.6"
def windows_version = "1.3.0" // 1.4.0-beta01 def windows_version = "1.3.0" // 1.4.0-beta02
def webkit_version = "1.12.0" // 1.13.0-alpha03 def webkit_version = "1.12.0" // 1.13.0-beta01
def recyclerview_version = "1.4.0" def recyclerview_version = "1.4.0"
def coordinatorlayout_version = "1.2.0" // 1.3.0-beta01 def coordinatorlayout_version = "1.2.0" // 1.3.0-rc01
def constraintlayout_version = "2.2.0" def constraintlayout_version = "2.2.0"
def viewpager_version = "1.1.0-beta01" // 1.1.0 def viewpager_version = "1.1.0-beta01" // 1.1.0
def material_version = "1.12.0" // 1.13.0-alpha03 def material_version = "1.12.0" // 1.13.0-alpha03
def browser_version = "1.8.0" // 1.9.0-alpha01 def browser_version = "1.8.0" // 1.9.0-alpha01
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-beta01"
def documentfile_version = "1.1.0-alpha01" def documentfile_version = "1.1.0-alpha01"
def lifecycle_version = "2.8.6" // 2.8.7/2.9.0-alpha09 def lifecycle_version = "2.8.6" // 2.8.7/2.9.0-alpha10
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-alpha13 def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-beta01
def sqlite_version = "2.4.0" // 2.5.0-alpha13 def sqlite_version = "2.4.0" // 2.5.0-beta01
def requery_version = "3.39.2" def requery_version = "3.39.2"
def paging_version = "2.1.2" // 3.3.5 def paging_version = "2.1.2" // 3.3.6
def preference_version = "1.2.1" def preference_version = "1.2.1"
def work_version = "2.10.0" def work_version = "2.10.0"
def exif_version = "1.4.0-rc01" def exif_version = "1.4.0-rc01"

@ -34,6 +34,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Fixed all reported bugs * Fixed all reported bugs
* Small improvements and minor bug fixes * 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 [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)

@ -34,6 +34,7 @@ Next version
* Fixed all reported bugs * Fixed all reported bugs
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated AndroidX
* Updated Public Suffix List * Updated Public Suffix List
* Updated translations * Updated translations

Loading…
Cancel
Save