1 Star 0 Fork 0

Android-TV/android-tvheadend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
play.gradle 643 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kiall Mac Innes 提交于 2017-06-10 12:37 . Rework Play Store publishing
apply plugin: 'com.github.triplet.play'
if (tvhHasProperty("playServiceAccountFile")) {
android {
playAccountConfigs {
defaultplayAccountConfig {
jsonFile = file(tvhProperty("playServiceAccountFile"))
}
}
defaultConfig {
playAccountConfig = playAccountConfigs.defaultplayAccountConfig
}
}
play {
if (tvhHasProperty('playStoreTrack')) {
track = tvhProperty('playStoreTrack')
} else {
track = 'alpha'
}
untrackOld = false
errorOnSizeLimit = true
uploadImages = true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/Android-TV/android-tvheadend.git
git@gitee.com:Android-TV/android-tvheadend.git
Android-TV
android-tvheadend
android-tvheadend
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385