Switched to json credentials for Google Play

This commit is contained in:
ByteHamster 2020-05-04 21:14:34 +02:00
parent b233f4dcb7
commit 57df7f826c
1 changed files with 2 additions and 3 deletions

View File

@ -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)
}
}