app/build.gradle.kts aktualisiert
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user