Skip to content

Commit

Permalink
Fix typo while configuring resourcesDirConfigName path in codepush.gr…
Browse files Browse the repository at this point in the history
…adle (microsoft#876)
  • Loading branch information
sergey-akhalkov authored Jun 16, 2017
1 parent f44086b commit 66cf73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/codepush.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gradle.projectsEvaluated {
def jsBundleDir = elvisFile(config."$jsBundleDirConfigName") ?:
file("$buildDir/intermediates/assets/${targetPath}")

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

Expand Down

0 comments on commit 66cf73f

Please sign in to comment.