Switched to json credentials for Google Play
This commit is contained in:
parent
b233f4dcb7
commit
57df7f826c
|
@ -182,12 +182,11 @@ dependencies {
|
|||
androidTestImplementation 'androidx.test:rules:1.2.0'
|
||||
}
|
||||
|
||||
if (project.hasProperty("antennaPodServiceAccountEmail")) {
|
||||
if (project.hasProperty("antennaPodPlayPublisherCredentials")) {
|
||||
apply plugin: 'com.github.triplet.play'
|
||||
play {
|
||||
track = 'alpha'
|
||||
serviceAccountEmail = antennaPodServiceAccountEmail
|
||||
serviceAccountCredentials = file(antennaPodPk12File)
|
||||
serviceAccountCredentials = file(antennaPodPlayPublisherCredentials)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue