Created a new user with a new key. This time without pushing the key to GitHub, lol.

This commit is contained in:
Karim Abou Zeid 2015-08-29 13:30:36 +02:00
commit fbd16a1003

View file

@ -21,7 +21,7 @@ repositories {
// For pushing APKs directly to Google Play. Won't work without the .p12 key.
play {
serviceAccountEmail = '992499570703-57nnnb8m7ha6sri9tcov8nhgkg3fc9i9@developer.gserviceaccount.com'
serviceAccountEmail = '992499570703-v2bp8sl246qm0tblmfv4s45v6njhdfr2@developer.gserviceaccount.com'
pk12File = file('../privatekeys/play-developer-key.p12')
}