Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 66cf73f

Browse files
Fix typo while configuring resourcesDirConfigName path in codepush.gradle (#876)
1 parent f44086b commit 66cf73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/codepush.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gradle.projectsEvaluated {
4444
def jsBundleDir = elvisFile(config."$jsBundleDirConfigName") ?:
4545
file("$buildDir/intermediates/assets/${targetPath}")
4646

47-
def resourcesDirConfigName = "jsBundleDir${targetName}"
47+
def resourcesDirConfigName = "resourcesDir${targetName}"
4848
def resourcesDir = elvisFile(config."${resourcesDirConfigName}") ?:
4949
file("$buildDir/intermediates/res/merged/${targetPath}")
5050

0 commit comments

Comments
 (0)