FailedToRead b0cdd3ed07 1.修改他人阅读界面 | il y a 1 an | |
---|---|---|
.idea | il y a 1 an | |
app | il y a 1 an | |
gradle | il y a 2 ans | |
.gitignore | il y a 3 ans | |
README.md | il y a 1 an | |
build.gradle | il y a 1 an | |
gradle.properties | il y a 1 an | |
gradlew | il y a 3 ans | |
gradlew.bat | il y a 3 ans | |
settings.gradle | il y a 3 ans |
Android朗读配音master线(versionCode=30)
//义方
channel_efunbox {
signingConfig signingConfigs.efunboxKey
manifestPlaceholders = [
appCode: "3006",
appIcon: "@drawable/icon",
]
}
//百度(小度音响)
channel_baidu {
signingConfig signingConfigs.efunboxKey
manifestPlaceholders = [
appCode: "3003",
appIcon: "@drawable/icon",
]
}
//天猫精灵
channel_tmail {
signingConfig signingConfigs.efunboxKey
manifestPlaceholders = [
appCode: "3002",
appIcon: "@drawable/icon",
]
}
//小爱音响
channel_xayx {
applicationIdSuffix ".xiaoai"
signingConfig signingConfigs.efunboxKey
manifestPlaceholders = [
appCode: "2016",
appIcon: "@drawable/icon",
]
}
//联想渠道
channel_lenovo {
signingConfig signingConfigs.efunboxKey
manifestPlaceholders = [
appCode: "3004",
appIcon: "@drawable/icon",
]
}
//京东方
channel_jingdongfang {
signingConfig signingConfigs.efunboxKey
manifestPlaceholders = [
appCode: "3007",
appIcon: "@drawable/icon",
]
}
//华为Pad联运
channel_huawei {
applicationIdSuffix ".huawei"
signingConfig signingConfigs.efunboxKey
manifestPlaceholders = [
appCode: "3008",
appIcon: "@drawable/icon",
]
}
//华为Pad联运
channel_bubugao {
signingConfig signingConfigs.efunboxKey
manifestPlaceholders = [
appCode: "3009",
appIcon: "@drawable/icon",
]
}