Skip to content

Commit c6d3382

Browse files
committed
release
1 parent d13e3a8 commit c6d3382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
if (propFile.exists()) {
4747
Properties props = new Properties()
4848
props.load(new FileInputStream(propFile))
49-
storeFile new File(props["RELEASE_STORE_FILE"])
49+
storeFile new File(rootProject.projectDir, props["RELEASE_STORE_FILE"])
5050
storePassword props["RELEASE_STORE_PASSWORD"]
5151
keyAlias props["RELEASE_KEY_ALIAS"]
5252
keyPassword props["RELEASE_KEY_PASSWORD"]

0 commit comments

Comments
 (0)