aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-20 00:21:52 -0700
committerAllan Wang <me@allanwang.ca>2017-08-20 00:21:52 -0700
commitf1a15901f329824815370d074dec043ce9532e06 (patch)
tree6be5e99cfccea9bd8239614751a1c8125dd2269c
parentc28dfff0636f50a00bbaacf0db82a5ba359ac5e0 (diff)
downloadfrost-f1a15901f329824815370d074dec043ce9532e06.tar.gz
frost-f1a15901f329824815370d074dec043ce9532e06.tar.bz2
frost-f1a15901f329824815370d074dec043ce9532e06.zip
Test v1.4.10
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 90245f42..2c9c2c25 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,7 +8,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'io.fabric'
apply plugin: 'com.github.triplet.play'
-def withPlaySigning = file('../files.gplay-keys.json').exists()
+def withPlaySigning = file('../files/gplay-keys.json').exists()
/*
* Feel free to check the gitignore under the files/ folder to see what is required for the signing
* It is assumed that if one of those files exist, all remaining ones exist as well