mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 02:05:36 +00:00
Updated AndroidX
This commit is contained in:
parent
feba87c6d1
commit
3ef246400c
4 changed files with 9 additions and 6 deletions
|
@ -11,6 +11,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
* Added scrolling/fixed style toolbar
|
||||
* Added folder create button to folder selection dialog
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated AndroidX
|
||||
* Updated translations
|
||||
|
||||
### 1.2012 - 2022-12-01
|
||||
|
|
|
@ -353,12 +353,12 @@ dependencies {
|
|||
def appcompat_version = "1.6.0-rc01" // 1.7.0-alpha01
|
||||
def emoji_version = "1.2.0"
|
||||
def activity_version = "1.6.1" // 1.7.0-alpha01
|
||||
def fragment_version = "1.5.4" // 1.6.0-alpha03
|
||||
def fragment_version = "1.5.5" // 1.6.0-alpha04
|
||||
def windows_version = "1.0.0" // 1.1.0-alpha04
|
||||
def webkit_version = "1.6.0-alpha03"
|
||||
def webkit_version = "1.6.0-beta01"
|
||||
def recyclerview_version = "1.3.0-rc01"
|
||||
def coordinatorlayout_version = "1.2.0"
|
||||
def constraintlayout_version = "2.1.4" // 2.2.0-alpha01
|
||||
def constraintlayout_version = "2.1.4" // 2.2.0-alpha05
|
||||
def material_version = "1.7.0"
|
||||
def browser_version = "1.4.0" // 1.5.0-alpha01
|
||||
def lbm_version = "1.1.0"
|
||||
|
@ -366,12 +366,12 @@ dependencies {
|
|||
def documentfile_version = "1.1.0-alpha01"
|
||||
def lifecycle_version = "2.5.1" // 2.6.0-alpha03
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.4.3" // 2.5.0-beta02
|
||||
def sqlite_version = "2.3.0-beta02"
|
||||
def room_version = "2.4.3" // 2.5.0-rc01
|
||||
def sqlite_version = "2.3.0-rc01"
|
||||
def requery_version = "3.39.2"
|
||||
def paging_version = "2.1.2" // 3.2.0-alpha03
|
||||
def preference_version = "1.2.0"
|
||||
def work_version = "2.8.0-beta02"
|
||||
def work_version = "2.8.0-rc01"
|
||||
def exif_version = "1.3.5"
|
||||
def biometric_version = "1.2.0-alpha05"
|
||||
def billingclient_version = "4.1.0"
|
||||
|
|
|
@ -11,6 +11,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
* Added scrolling/fixed style toolbar
|
||||
* Added folder create button to folder selection dialog
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated AndroidX
|
||||
* Updated translations
|
||||
|
||||
### 1.2012 - 2022-12-01
|
||||
|
|
|
@ -11,6 +11,7 @@ Next version
|
|||
* Added scrolling/fixed style toolbar
|
||||
* Added folder create button to folder selection dialog
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated AndroidX
|
||||
* Updated translations
|
||||
|
||||
1.2012 - 2022-12-01
|
||||
|
|
Loading…
Reference in a new issue