Merge branch 'develop' into feature/fga/update_rust_sdk and allow using 'libs' from precompiled script

This commit is contained in:
ganfra 2023-02-27 14:03:31 +01:00
commit c729616ce6
10 changed files with 32 additions and 18 deletions

View file

@ -54,5 +54,5 @@ dependencies {
implementation(projects.libraries.dateformatter)
implementation(projects.features.roomlist)
implementation(projects.features.login)
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.2")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2")
}