diff --git a/runtime/android/app/build.gradle b/runtime/android/app/build.gradle index 5984fbb..2aa287b 100644 --- a/runtime/android/app/build.gradle +++ b/runtime/android/app/build.gradle @@ -45,8 +45,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.microsoft.onnxruntime:onnxruntime-mobile:latest.release' - extractForNativeBuild 'com.microsoft.onnxruntime:onnxruntime-mobile:latest.release' + implementation 'com.microsoft.onnxruntime:onnxruntime-mobile:1.12.1' + extractForNativeBuild 'com.microsoft.onnxruntime:onnxruntime-mobile:1.12.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' @@ -70,4 +70,4 @@ tasks.whenTaskAdded { task -> if (task.name.contains('externalNativeBuild')) { task.dependsOn(extractAARForNativeBuild) } -} \ No newline at end of file +}