From 411628c607526b14dbf0fa0971f90d77d2e35fa8 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:49:55 +0200 Subject: [PATCH] Update libraries --- settings.gradle.kts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 5acd7e26..1f64fae1 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -93,11 +93,11 @@ dependencyResolutionManagement { library("androidx.core", "androidx.core", "core-ktx") .version("1.9.0") - version("androidx.appcompat", "1.6.0-rc01") + version("androidx.appcompat", "1.7.0-alpha03") library("androidx.appcompat", "androidx.appcompat", "appcompat") .versionRef("androidx.appcompat") - version("androidx.activity", "1.6.0-rc02") + version("androidx.activity", "1.8.0-alpha06") library("androidx.activity", "androidx.activity", "activity-ktx") .versionRef("androidx.activity") library("androidx.activitycompose", "androidx.activity", "activity-compose") @@ -257,6 +257,7 @@ include(":data:customattrs") include(":data:applications") include(":data:calendar") include(":data:calculator") +include(":data:themes") include(":data:contacts") include(":data:currencies") include(":data:files")