Skip to content

Commit f8dbda7

Browse files
authored
Merge pull request #20 from numandev1/fix/duplicate-callCl
fix: duplicate call cl task for android
2 parents 7fdc240 + 765fae5 commit f8dbda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/RNKeys.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def loadKeys(){
8989
project.ext.set("keys", keys)
9090
}
9191

92-
task callCL(type: Exec) {
92+
task keysCallCL(type: Exec) {
9393
loadKeys();
9494
}
9595

0 commit comments

Comments
 (0)