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

@@ -3,6 +3,10 @@
set -ex
sed -i.bak 's/1\.10\.33/1\.10\.34/g' ./build-ios-shared.sh
sed -i.bak 's/1\.10\.33/1\.10\.34/g' ./pom.xml
sed -i.bak 's/1\.10\.33/1\.10\.34/g' ./jitpack.yml
sed -i.bak 's/1\.10\.33/1\.10\.34/g' ./android/SherpaOnnxAar/README.md
find flutter -name *.yaml -type f -exec sed -i.bak 's/1\.10\.33/1\.10\.34/g' {} \;
find dart-api-examples -name *.yaml -type f -exec sed -i.bak 's/1\.10\.33/1\.10\.34/g' {} \;
find flutter-examples -name *.yaml -type f -exec sed -i.bak 's/1\.10\.33/1\.10\.34/g' {} \;