We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61321a1 commit 82c54a4Copy full SHA for 82c54a4
android/codepush.gradle
@@ -60,8 +60,8 @@ gradle.projectsEvaluated {
60
jsBundleDir = reactBundleTask.property('jsBundleDir').asFile.get()
61
resourcesDir = reactBundleTask.property('resourcesDir').asFile.get()
62
63
- new File(jsBundleDir).mkdirs()
64
- new File(resourcesDir).mkdirs()
+ jsBundleDir.mkdirs()
+ resourcesDir.mkdirs()
65
66
jsBundleFile = file("$jsBundleDir/$bundleAssetName")
67
0 commit comments