Skip to content

Commit 635e859

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-support/build_canary.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ 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\ id '\''kotlin-parcelize'\''' ./android/app/build.gradle*
39+
sed -i '' -e '/id "kotlin-android"/a\
40+
id '\''kotlin-parcelize'\''' ./android/app/build.gradle*
4041

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

0 commit comments

Comments
 (0)