face regonition refine
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
id 'kotlin-kapt'
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -91,4 +92,9 @@ dependencies {
|
||||
implementation files('libs/realtime_tts-release-v2.0.16-20260128-d80cafe.aar')
|
||||
implementation 'com.google.code.gson:gson:2.8.9'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
||||
|
||||
// Room dependencies
|
||||
implementation 'androidx.room:room-runtime:2.5.2'
|
||||
kapt 'androidx.room:room-compiler:2.5.2'
|
||||
implementation 'androidx.room:room-ktx:2.5.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user