diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0e383e6..e78cfc3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -38,7 +38,7 @@ android { dependencies { // OkHttp für Netzwerkanfragen an Telegram implementation("com.squareup.okhttp3:okhttp:4.12.0") - + implementation ("ai.picovoice:porcupine-android:3.0.2") // Coroutinen für Hintergrund-Prozesse (Polling) implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3") implementation(libs.androidx.core.ktx)