app/build.gradle.kts aktualisiert

This commit is contained in:
2026-03-11 10:38:25 +00:00
parent df86472703
commit dc7b0bd40f

View File

@@ -38,7 +38,7 @@ android {
dependencies { dependencies {
// OkHttp für Netzwerkanfragen an Telegram // OkHttp für Netzwerkanfragen an Telegram
implementation("com.squareup.okhttp3:okhttp:4.12.0") implementation("com.squareup.okhttp3:okhttp:4.12.0")
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)