mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Reverted AndroidX update
This commit is contained in:
parent
9908c96bdf
commit
32e0143d03
4 changed files with 7 additions and 10 deletions
|
@ -25,7 +25,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
* Fixed new message notifications for old unread messages in some situations
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
### 1.2191 - 2024-05-29 *
|
||||
|
|
|
@ -546,12 +546,12 @@ dependencies {
|
|||
def startup_version = "1.2.0-alpha02"
|
||||
def annotation_version_experimental = "1.4.1"
|
||||
def core_version = "1.13.1" // 1.14.0-alpha01
|
||||
def appcompat_version = "1.7.0"
|
||||
def appcompat_version = "1.6.1" // 1.7.0-rc01
|
||||
def emoji_version = "1.4.0" // 1.5.0-alpha01
|
||||
def flatbuffers_version = "2.0.0"
|
||||
def activity_version = " 1.9.0"
|
||||
def fragment_version = "1.6.2" // 1.7.1 // 1.8.0-rc01
|
||||
def windows_version = "1.3.0"
|
||||
def fragment_version = "1.6.2" // 1.7.1 // 1.8.0-beta01
|
||||
def windows_version = "1.2.0" // 1.3.0-rc01
|
||||
def webkit_version = "1.10.0" // 1.11.0
|
||||
def recyclerview_version = "1.3.2" // 1.4.0-alpha01
|
||||
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
|
||||
|
@ -561,16 +561,16 @@ 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" // 2.8.1
|
||||
def lifecycle_version = "2.7.0" // 2.8.0
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha03
|
||||
def sqlite_version = "2.4.0" // 2.5.0-alpha03
|
||||
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha02
|
||||
def sqlite_version = "2.4.0" // 2.5.0-alpha02
|
||||
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.0" // 2.10.0-alpha02
|
||||
def exif_version = "1.3.7"
|
||||
def biometric_version = "1.2.0-alpha05" // 1.4.0-alpha01
|
||||
def biometric_version = "1.2.0-alpha05"
|
||||
def billingclient_version = "6.0.1" // 6.2.0
|
||||
def playservicesbasement_version = "18.3.0";
|
||||
def transparency_version = "2.5.19"
|
||||
|
|
|
@ -25,7 +25,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
* Fixed new message notifications for old unread messages in some situations
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
### 1.2191 - 2024-05-29 *
|
||||
|
|
|
@ -25,7 +25,6 @@ Next version
|
|||
|
||||
* Fixed new message notifications for old unread messages in some situations
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated AndroidX
|
||||
* Updated translations
|
||||
|
||||
1.2191 - 2024-05-29 *
|
||||
|
|
Loading…
Reference in a new issue