We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f682dbd + 6a56cf5 commit 3be7d95Copy full SHA for 3be7d95
1 file changed
expo/plugin/src/androidPlugin.ts
@@ -70,7 +70,7 @@ const applyAppGradle = (buildGradle:string) => {
70
src: buildGradle,
71
newSrc: newSrc.join("\n"),
72
anchor: /android\s\{/,
73
- offset: 1,
+ offset: -1,
74
comment: "//",
75
}).contents;
76
0 commit comments