build: there was a comma instead of dot

This commit is contained in:
rafal1137 2021-03-20 23:23:18 +01:00
parent fe243d1b1d
commit 3c4c72fdd8

View file

@ -47,7 +47,7 @@ android {
signingConfigs {
debug {
storeFile file('.,/etlkey.jks')
storeFile file('../etlkey.jks')
keyAlias 'key0'
storePassword 'etlegacy'
keyPassword 'etlegacy'