Upgrade Gradle Play Publisher to 3.6.0 (#1526)

This commit is contained in:
Mikołaj Pich
2021-09-20 11:38:13 +02:00
committed by GitHub
parent ba1c14ca0e
commit 6e5481f345
4 changed files with 10 additions and 9 deletions

View File

@ -96,6 +96,10 @@ android {
}
}
playConfigs {
play { enabled.set(true) }
}
buildFeatures {
viewBinding true
}
@ -130,11 +134,10 @@ kapt {
}
play {
serviceAccountEmail = System.getenv("PLAY_SERVICE_ACCOUNT_EMAIL") ?: "jan@fakelog.cf"
serviceAccountCredentials = file('key.p12')
defaultToAppBundles = false
track = 'production'
updatePriority = 3
enabled.set(false)
}
huaweiPublish {

Binary file not shown.