Updated AndroidX

This commit is contained in:
M66B 2023-12-13 20:19:17 +01:00
parent e31026e9b9
commit e28e8a8d2c
4 changed files with 18 additions and 6 deletions

View File

@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
### 1.2139 - 2023-12-13
* Enabled TLSv1.3 by default

View File

@ -489,15 +489,15 @@ dependencies {
//implementation fileTree(dir: 'libs', include: ['*.jar'])
def startup_version = "1.1.1" // 1.2.0-alpha02
def annotation_version_experimental = "1.3.1" // 1.4.0-alpha01
def annotation_version_experimental = "1.3.1" // 1.4.0-beta01
def core_version = "1.12.0" // 1.13.0-alpha02
def appcompat_version = "1.6.1" // 1.7.0-alpha03
def emoji_version = "1.4.0"
def emoji_version = "1.4.0" // 1.5.0-alpha01
def flatbuffers_version = "2.0.0"
def activity_version = "1.8.1" // 1.9.0-alpha01
def activity_version = "1.8.2" // 1.9.0-alpha01
def fragment_version = "1.6.2" // 1.7.0-alpha07
def windows_version = "1.2.0" // 1.3.0-alpha01
def webkit_version = "1.9.0" // 1.10.0-alpha01
def webkit_version = "1.9.0" // 1.10.0-beta01
def recyclerview_version = "1.3.2" // 1.4.0-alpha01
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
def constraintlayout_version = "2.1.4" // 2.2.0-alpha13
@ -506,7 +506,7 @@ 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.6.2" // 2.7.0-rc01
def lifecycle_version = "2.6.2" // 2.7.0-rc02
def lifecycle_extensions_version = "2.2.0"
def room_version = "2.4.3" // 2.5.2/2.6.1
def sqlite_version = "2.4.0"
@ -514,7 +514,7 @@ dependencies {
def paging_version = "2.1.2" // 3.2.0
def preference_version = "1.2.1"
def work_version = "2.9.0"
def exif_version = "1.3.6"
def exif_version = "1.3.6" // 1.3.7?
def biometric_version = "1.2.0-alpha05"
def billingclient_version = "6.0.1"
def playservicesbase_version = "18.2.0";

View File

@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
### 1.2139 - 2023-12-13
* Enabled TLSv1.3 by default

View File

@ -6,6 +6,10 @@ For support you can use the contact form.
Wintonotitan
Next version
* Updated AndroidX
1.2139 - 2023-12-13
* Enabled TLSv1.3 by default