Updated gradle

This commit is contained in:
Karim Abou Zeid 2017-03-08 14:23:57 +01:00
commit 4842fa431d
3 changed files with 4 additions and 4 deletions

View file

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