app/build.gradle.kts aktualisiert

This commit is contained in:
2026-03-11 12:27:48 +00:00
parent 46e1cca951
commit 3c5eec68ec

View File

@@ -37,7 +37,7 @@ android {
dependencies { dependencies {
// OkHttp für Netzwerkanfragen an Telegram // OkHttp für Netzwerkanfragen an Telegram
implementation ("alphacephei:vosk-android:0.3.45") implementation("com.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)