diff options
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 |