From 6cc426643571983e2b0532cc10245818233a6f15 Mon Sep 17 00:00:00 2001 From: greenart7c3 <115044884+greenart7c3@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:27:34 -0300 Subject: [PATCH] appcompat needed for language picker and theme --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 21ff25157..08d2f49b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,6 +173,9 @@ dependencies { implementation('com.github.vitorpamplona.compose-richtext:richtext-ui-material:a0954aba63') implementation('com.github.vitorpamplona.compose-richtext:richtext-commonmark:a0954aba63') + // Language picker and Theme chooser + implementation 'androidx.appcompat:appcompat:1.6.1' + // Local model for language identification playImplementation 'com.google.mlkit:language-id:17.0.4'