Skip to content

Commit 6a56cf5

Browse files
committed
Expo plugin
1 parent f682dbd commit 6a56cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)