Skip to content

Commit 0a4c4d6

Browse files
committed
fix windows gradle issue
1 parent 420c61f commit 0a4c4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNTester/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ project.ext.react = [
6262
bundleAssetName: "RNTesterApp.android.bundle",
6363
entryFile: file("../../js/RNTesterApp.android.js"),
6464
root: "$rootDir",
65-
inputExcludes: ["android/**", "./**"]
65+
inputExcludes: ["android/**", "./**", ".gradle/**"]
6666
]
6767

6868
apply from: "../../../react.gradle"

0 commit comments

Comments
 (0)