appcompat needed for language picker and theme

pull/486/head
greenart7c3 2023-07-12 11:27:34 -03:00
rodzic 3e48b293b0
commit 6cc4266435
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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'