diff options
author | zeapo <mohamed@zenadi.com> | 2017-08-09 21:54:55 +0200 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2017-08-10 11:10:29 +0200 |
commit | 96aa605b75176c1620a70670c321bc3fc8c0caa5 (patch) | |
tree | 91cffe1f49ddd252e577fe72bf4861b9ffc4d5e4 /app/build.gradle | |
parent | 7bdeb800115d8d87bfdc8b0eb9963d4acd6421ae (diff) |
check that encryption works
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index d168c7c6..db681da7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,16 +44,15 @@ android { signingConfigs { release { storeFile file(mStoreFile) - storePassword mStorePassword - keyAlias mKeyAlias - keyPassword mKeyPassword + storePassword mStorePassword + keyAlias mKeyAlias + keyPassword mKeyPassword } } buildTypes.release.signingConfig = signingConfigs.release } else { buildTypes.release.signingConfig = null } - } dependencies { |