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 ad75f87 commit 635e859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-support/build_canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ 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 635e859

Please sign in to comment.