2 parents 9aebdec + 19eacf8 commit a75c7e5Copy full SHA for a75c7e5
1 file changed
android/app/build.gradle
@@ -25,7 +25,7 @@ android {
25
File ksFile = null
26
if (ksBase64) {
27
def cleanB64 = ksBase64.replaceAll("\\s", "")
28
- def outDir = new File("${project.buildDir}/keystore"); outDir.mkdirs()
+ def outDir = new File(projectDir, "keystore"); outDir.mkdirs()
29
def outFile = new File(outDir, "upload-keystore.jks")
30
try {
31
outFile.bytes = cleanB64.decodeBase64()
0 commit comments