mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Updated AndroidX
This commit is contained in:
parent
3d7af8cc5c
commit
f1b8431bba
4 changed files with 8 additions and 5 deletions
|
@ -9,6 +9,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
### Next version
|
||||
|
||||
* 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.2094 - 2023-08-14
|
||||
|
|
|
@ -452,8 +452,8 @@ dependencies {
|
|||
def appcompat_version = "1.6.1" // 1.7.0-alpha03
|
||||
def emoji_version = "1.4.0"
|
||||
def flatbuffers_version = "2.0.0"
|
||||
def activity_version = "1.7.2" // 1.8.0-alpha06
|
||||
def fragment_version = "1.6.1" // 1.7.0-alpha02
|
||||
def activity_version = "1.7.2" // 1.8.0-alpha07
|
||||
def fragment_version = "1.6.1" // 1.7.0-alpha03
|
||||
def windows_version = "1.2.0-beta01"
|
||||
def webkit_version = "1.7.0" // 1.8.0-rc01
|
||||
def recyclerview_version = "1.3.1"
|
||||
|
@ -466,11 +466,11 @@ dependencies {
|
|||
def documentfile_version = "1.1.0-alpha01"
|
||||
def lifecycle_version = "2.6.1" // 2.7.0-alpha01
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.4.3" // 2.5.2/2.6.0-alpha03
|
||||
def sqlite_version = "2.3.1" // 2.4.0-alpha03
|
||||
def room_version = "2.4.3" // 2.5.2/2.6.0-beta01
|
||||
def sqlite_version = "2.3.1" // 2.4.0-beta01
|
||||
def requery_version = "3.39.2"
|
||||
def paging_version = "2.1.2" // 3.2.0
|
||||
def preference_version = "1.2.0"
|
||||
def preference_version = "1.2.1"
|
||||
def work_version = "2.8.1" // 2.9.0-alpha02
|
||||
def exif_version = "1.3.6"
|
||||
def biometric_version = "1.2.0-alpha05"
|
||||
|
|
|
@ -9,6 +9,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
### Next version
|
||||
|
||||
* 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.2094 - 2023-08-14
|
||||
|
|
|
@ -9,6 +9,7 @@ Ubirajara
|
|||
Next version
|
||||
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated AndroidX
|
||||
* Updated translations
|
||||
|
||||
1.2094 - 2023-08-14
|
||||
|
|
Loading…
Reference in a new issue