- 增加了wrapper处理原生app的交互

This commit is contained in:
Yudi Xiao
2026-04-08 17:04:29 +08:00
parent 90dcd9605c
commit f9dfde0ace
19 changed files with 1501 additions and 32 deletions

View File

@@ -16,7 +16,14 @@
"libraryName": "duooomi-ble-sdk",
"group": "com.duooomi",
"package": "com.duooomi.ble.sdk",
"version": "1.0.0"
"version": "1.0.0",
"publishing": [
{
"type": "localDirectory",
"name": "dist",
"path": "./dist/android/maven"
}
]
}
}
],