Updated gradle
This commit is contained in:
parent
3058dbc18b
commit
4842fa431d
3 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ repositories {
|
|||
// For pushing APKs directly to Google Play. Won't work without the .p12 key.
|
||||
play {
|
||||
serviceAccountEmail = '992499570703-v2bp8sl246qm0tblmfv4s45v6njhdfr2@developer.gserviceaccount.com'
|
||||
pk12File = file('../privatekeys/play-developer-key.p12')
|
||||
pk12File = project.rootProject.file('privatekeys/play-developer-key.p12')
|
||||
track = 'beta'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue