diff options
| author | JustZvan <justzvan@justzvan.xyz> | 2026-04-08 19:41:36 +0200 |
|---|---|---|
| committer | JustZvan <justzvan@justzvan.xyz> | 2026-04-08 19:41:36 +0200 |
| commit | 1f07f153b23fa9a7ae0ea648b498dad60f96c594 (patch) | |
| tree | c7c7d1c824d7fdfeaea4ca77ea22c370708ed8a7 /app/build.gradle.kts | |
| parent | adb6a4fd9ec3a23c04d5e4c2ce799448237915c4 (diff) | |
feat: 1.2main
Diffstat (limited to 'app/build.gradle.kts')
| -rw-r--r-- | app/build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 032a33a..5f33560 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -51,6 +51,8 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3") implementation(platform("com.google.firebase:firebase-bom:34.7.0")) implementation("com.google.firebase:firebase-analytics") + implementation("com.microsoft.onnxruntime:onnxruntime-android:latest.release") + implementation("io.coil-kt:coil-compose:2.5.0") implementation(libs.androidx.core.ktx) implementation(libs.androidx.lifecycle.runtime.ktx) |