hch
5 天以前 e8d63e91d80cc59d7947ad026149c2b752ce9364
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//此脚本为渠道的第三方远程依赖库配置,会复制到unity中用于构建
dependencies {
    //在build.gradle文件的dependencies中引入SDK,集成Lite版本
// Applog 上报组件(必须)
    implementation 'com.bytedance.applog:RangersAppLog-Lite-cn:6.15.4'
// 商业化组件(必须) 6.14.2 以上版本商业化组件独立,注:必须接入以免平台限制应用上传
    implementation 'com.bytedance.applog:RangersAppLog-All-convert:6.15.4'
 
// 调试工具(可选)
    //debugImplementation 'com.bytedance.applog:RangersAppLog-DevTools:3.0.0'
    implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61'
 
    compile(name: 'humesdk-1.0.0', ext: 'aar')
    //implementation(name: 'humesdk-1.0.0', ext: 'aar')
}
dependencies {
 
}