app/build.gradle.kts aktualisiert
This commit is contained in:
@@ -37,8 +37,9 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// OkHttp für Netzwerkanfragen an Telegram
|
// OkHttp für Netzwerkanfragen an Telegram
|
||||||
|
implementation ("alphacephei:vosk-android:0.3.45")
|
||||||
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||||
implementation ("ai.picovoice:porcupine-android:3.0.2")
|
//implementation ("ai.picovoice:porcupine-android:3.0.2")
|
||||||
// Coroutinen für Hintergrund-Prozesse (Polling)
|
// Coroutinen für Hintergrund-Prozesse (Polling)
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
|
||||||
implementation(libs.androidx.core.ktx)
|
implementation(libs.androidx.core.ktx)
|
||||||
|
|||||||
Reference in New Issue
Block a user