diff --git a/buildSrc/src/main/kotlin/Helpers.kt b/buildSrc/src/main/kotlin/Helpers.kt index 14c08dc..b26edd3 100644 --- a/buildSrc/src/main/kotlin/Helpers.kt +++ b/buildSrc/src/main/kotlin/Helpers.kt @@ -179,7 +179,7 @@ fun Project.setupAppCommon() { if (keystorePwd != null) { signingConfigs { create("release") { - storeFile = rootProject.file("release.keystore") + storeFile = rootProject.file("test_key.jks") storePassword = keystorePwd keyAlias = alias keyPassword = pwd diff --git a/test_key.jks b/test_key.jks new file mode 100644 index 0000000..b138766 Binary files /dev/null and b/test_key.jks differ