Skip to content

Commit

Permalink
fix(android): Fix gradle build
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Aug 2, 2018
1 parent c2fc69f commit be9fa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/react-native/mobile/android/app/build.gradle
Expand Up @@ -73,7 +73,7 @@ import com.android.build.OutputFile
*/

project.ext.react = [
entryFile: "index.js"
entryFile: "${project.projectDir}/../../index.js"
]

apply from: "../../node_modules/react-native/react.gradle"
Expand Down

0 comments on commit be9fa72

Please sign in to comment.