Skip to content

Commit

Permalink
fix windows gradle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Jul 19, 2018
1 parent 420c61f commit 0a4c4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNTester/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ project.ext.react = [
bundleAssetName: "RNTesterApp.android.bundle",
entryFile: file("../../js/RNTesterApp.android.js"),
root: "$rootDir",
inputExcludes: ["android/**", "./**"]
inputExcludes: ["android/**", "./**", ".gradle/**"]
]

apply from: "../../../react.gradle"
Expand Down

0 comments on commit 0a4c4d6

Please sign in to comment.