Provide sherpa-onnx.aar for Android (#1615)

This commit is contained in:
Fangjun Kuang
2024-12-12 16:59:00 +08:00
committed by GitHub
parent 9d4659fd29
commit 4dc4f1a708
44 changed files with 881 additions and 190 deletions

View File

@@ -0,0 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.jetbrains.kotlin.android) apply false
alias(libs.plugins.android.library) apply false
}