app/build.gradle.kts aktualisiert
This commit is contained in:
@@ -36,6 +36,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation 'net.java.dev.jna:jna:5.13.0@aar'
|
||||||
|
// Stelle sicher, dass vosk auch aktuell ist
|
||||||
|
implementation 'org.vosk:vosk-android:0.3.47'
|
||||||
// OkHttp für Netzwerkanfragen an Telegram
|
// OkHttp für Netzwerkanfragen an Telegram
|
||||||
implementation("com.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")
|
||||||
|
|||||||
Reference in New Issue
Block a user