第一次提交

This commit is contained in:
wangxiaowei
2025-06-11 10:21:51 +08:00
commit 52932d54b1
2341 changed files with 185283 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,32 @@
{
"name": "AgoraSdk",
"id": "AgoraSdk",
"version": "1.0",
"description": "AgoraSdk插件",
"_dp_type":"nativeplugin",
"_dp_nativeplugin":{
"android": {
"plugins": [
{
"type": "component",
"name": "AgoraView",
"class": "com.sxy.agora.AgoraView"
},
{
"type": "component",
"name": "AgoraRtm",
"class": "com.sxy.agora.AgoraRtm"
}
],
"integrateType": "aar",
"abis": [
"armeabi-v7a"
],
"minSdkVersion": "21",
"compileOptions": {
"sourceCompatibility": "1.8",
"targetCompatibility": "1.8"
}
}
}
}