Google国内
模块引入
repositories {
flatDir {
dirs 'libs'
dirs project(':libAD_GoogleCN').file('libs')
}
} implementation project(':libAD_GoogleCN')
fileTree(dir: 'libs', include: ['*.aar']).each { file ->
api(name: file.name.lastIndexOf('.').with {
it != -1 ? file.name[0..<it] : file.name
}, ext: 'aar')
}注意事项
混淆过滤
集成测试
最后更新于