We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f682dbd commit 6a56cf5Copy full SHA for 6a56cf5
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