Files
2025-06-11 10:21:51 +08:00

33 lines
655 B
JSON

{
"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"
}
}
}
}