mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 21:24:34 +00:00
Updated AndroidX
This commit is contained in:
parent
e84794ac23
commit
a37a6fb600
4 changed files with 13 additions and 7 deletions
|
@ -24,6 +24,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
* Added option to show stars in message list widget
|
||||
* 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)
|
||||
|
||||
### 1.2234 2024-09-28 *
|
||||
|
|
|
@ -555,13 +555,13 @@ dependencies {
|
|||
def desugar_version = "2.0.4"
|
||||
def startup_version = "1.2.0-alpha02" // 1.2.0
|
||||
def annotation_version_experimental = "1.4.1" // 1.5.0-alpha01
|
||||
def core_version = "1.13.1" // 1.15.0-alpha01
|
||||
def core_version = "1.13.1" // 1.15.0-beta01
|
||||
def appcompat_version = "1.7.0"
|
||||
def emoji_version = "1.5.0"
|
||||
def flatbuffers_version = "2.0.0"
|
||||
def activity_version = " 1.9.2" // 1.10.0-alpha02
|
||||
def fragment_version = "1.8.3"
|
||||
def windows_version = "1.3.0" // 1.4.0-alpha02
|
||||
def fragment_version = "1.8.4"
|
||||
def windows_version = "1.3.0" // 1.4.0-alpha04
|
||||
def webkit_version = "1.10.0" // 1.11.0/1.12.0
|
||||
def recyclerview_version = "1.3.2" // 1.4.0-rc01
|
||||
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
|
||||
|
@ -571,14 +571,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.8.6" // 2.9.0-alpha02
|
||||
def lifecycle_version = "2.8.6" // 2.9.0-alpha04
|
||||
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
|
||||
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha09
|
||||
def sqlite_version = "2.4.0" // 2.5.0-alpha09
|
||||
def requery_version = "3.39.2"
|
||||
def paging_version = "2.1.2" // 3.3.0-rc01
|
||||
def preference_version = "1.2.1"
|
||||
def work_version = "2.9.1" // 2.10.0-alpha04
|
||||
def work_version = "2.9.1" // 2.10.0-beta01
|
||||
def exif_version = "1.3.7"
|
||||
def biometric_version = "1.2.0-alpha05" // 1.4.0-alpha02
|
||||
def billingclient_version = "6.0.1" // 6.2.0
|
||||
|
|
|
@ -24,6 +24,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
* Added option to show stars in message list widget
|
||||
* 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)
|
||||
|
||||
### 1.2234 2024-09-28 *
|
||||
|
|
|
@ -24,6 +24,8 @@ Next version
|
|||
|
||||
* Added option to show stars in message list widget
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated AndroidX
|
||||
* Updated Public Suffix List
|
||||
* Updated translations
|
||||
|
||||
1.2234 2024-09-28 *
|
||||
|
|
Loading…
Reference in a new issue