Skip to content

Commit 3be7d95

Browse files
committed
Merge branch 'expo-plugin'
2 parents f682dbd + 6a56cf5 commit 3be7d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expo/plugin/src/androidPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const applyAppGradle = (buildGradle:string) => {
7070
src: buildGradle,
7171
newSrc: newSrc.join("\n"),
7272
anchor: /android\s\{/,
73-
offset: 1,
73+
offset: -1,
7474
comment: "//",
7575
}).contents;
7676

0 commit comments

Comments
 (0)