From fbd16a1003f513587b2c9c5993512d4b043215fa Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sat, 29 Aug 2015 13:30:36 +0200 Subject: [PATCH] Created a new user with a new key. This time without pushing the key to GitHub, lol. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 60c0432c..fd7f0ee2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') }