Skip to content

Commit ad75f87

Browse files
committed
chore(): cleaned up error causing whitespace
1 parent dcbec77 commit ad75f87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build-support/build_canary.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ cat ./android/settings.gradle*
3636
sed -i '' -e "s/minSdkVersion = .*/minSdkVersion = 24/" ./android/app/build.gradle*
3737
sed -i '' -e "s/minSdk = .*/minSdk = 24/" ./android/app/build.gradle*
3838

39-
sed -i '' -e '/id "kotlin-android"/a\
40-
41-
id '\''kotlin-parcelize'\''' ./android/app/build.gradle*
39+
sed -i '' -e '/id "kotlin-android"/a\ id '\''kotlin-parcelize'\''' ./android/app/build.gradle*
4240

4341
sed -i '' -e "s/compileSdk = .*/compileSdk = 35/" ./android/app/build.gradle*
4442

0 commit comments

Comments
 (0)