Skip to content

Commit afb3b54

Browse files
committed
fix: Move fix-prefab.gradle to android/
1 parent 384938b commit afb3b54

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def reactNativeArchitectures() {
5151
}
5252

5353
apply plugin: "com.android.library"
54-
apply from: "./gradle/fix-prefab.gradle"
54+
apply from: "./fix-prefab.gradle"
5555

5656
if (isNewArchitectureEnabled()) {
5757
apply plugin: "com.facebook.react"
File renamed without changes.

0 commit comments

Comments
 (0)