Skip to content

Commit

Permalink
chore(): cleaned up error causing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Feb 18, 2025
1 parent dcbec77 commit ad75f87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-support/build_canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ cat ./android/settings.gradle*
sed -i '' -e "s/minSdkVersion = .*/minSdkVersion = 24/" ./android/app/build.gradle*
sed -i '' -e "s/minSdk = .*/minSdk = 24/" ./android/app/build.gradle*

sed -i '' -e '/id "kotlin-android"/a\
id '\''kotlin-parcelize'\''' ./android/app/build.gradle*
sed -i '' -e '/id "kotlin-android"/a\ id '\''kotlin-parcelize'\''' ./android/app/build.gradle*

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

Expand Down

0 comments on commit ad75f87

Please sign in to comment.