|
il y a 2 ans | |
---|---|---|
.idea | il y a 2 ans | |
app | il y a 2 ans | |
gradle | il y a 3 ans | |
.gitignore | il y a 3 ans | |
README.md | il y a 2 ans | |
build.gradle | il y a 3 ans | |
gradle.properties | il y a 3 ans | |
gradlew | il y a 3 ans | |
gradlew.bat | il y a 3 ans | |
settings.gradle | il y a 3 ans |
Android朗读配音master线(versionCode=20)
//义方
channel_efunbox {
signingConfig signingConfigs.efunbox
manifestPlaceholders = [
appCode: "3006",
appIcon: "@drawable/icon",
]
}
//百度(小度音响)
channel_baidu {
signingConfig signingConfigs.efunbox
manifestPlaceholders = [
appCode: "3003",
appIcon: "@drawable/icon",
]
}
//天猫精灵
channel_tmail {
signingConfig signingConfigs.efunbox
manifestPlaceholders = [
appCode: "3002",
appIcon: "@drawable/icon",
]
}
//小爱音响
channel_xayx {
signingConfig signingConfigs.efunbox
manifestPlaceholders = [
appCode: "2016",
appIcon: "@drawable/icon",
]
}