diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-20 00:21:52 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-08-20 00:21:52 -0700 |
commit | f1a15901f329824815370d074dec043ce9532e06 (patch) | |
tree | 6be5e99cfccea9bd8239614751a1c8125dd2269c /app/build.gradle | |
parent | c28dfff0636f50a00bbaacf0db82a5ba359ac5e0 (diff) | |
download | frost-f1a15901f329824815370d074dec043ce9532e06.tar.gz frost-f1a15901f329824815370d074dec043ce9532e06.tar.bz2 frost-f1a15901f329824815370d074dec043ce9532e06.zip |
Test v1.4.10
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
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 |