第一次提交
This commit is contained in:
BIN
nativeplugins/AgoraSdk/android/agora_sdk-release.aar
Normal file
BIN
nativeplugins/AgoraSdk/android/agora_sdk-release.aar
Normal file
Binary file not shown.
32
nativeplugins/AgoraSdk/package.json
Normal file
32
nativeplugins/AgoraSdk/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user