We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13e3a8 commit c6d3382Copy full SHA for c6d3382
app/build.gradle
@@ -46,7 +46,7 @@ android {
46
if (propFile.exists()) {
47
Properties props = new Properties()
48
props.load(new FileInputStream(propFile))
49
- storeFile new File(props["RELEASE_STORE_FILE"])
+ storeFile new File(rootProject.projectDir, props["RELEASE_STORE_FILE"])
50
storePassword props["RELEASE_STORE_PASSWORD"]
51
keyAlias props["RELEASE_KEY_ALIAS"]
52
keyPassword props["RELEASE_KEY_PASSWORD"]
0 commit comments