终于打包成功aar

This commit is contained in:
xsl
2025-10-21 18:56:09 +08:00
parent bdcf466b73
commit 25fd6b4a32
17 changed files with 585 additions and 24 deletions
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.mediapipe.tasks.vision" >
<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="34" />
</manifest>