We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbec77 commit ad75f87Copy full SHA for ad75f87
build-support/build_canary.sh
@@ -36,9 +36,7 @@ cat ./android/settings.gradle*
36
sed -i '' -e "s/minSdkVersion = .*/minSdkVersion = 24/" ./android/app/build.gradle*
37
sed -i '' -e "s/minSdk = .*/minSdk = 24/" ./android/app/build.gradle*
38
39
-sed -i '' -e '/id "kotlin-android"/a\
40
-
41
-id '\''kotlin-parcelize'\''' ./android/app/build.gradle*
+sed -i '' -e '/id "kotlin-android"/a\ id '\''kotlin-parcelize'\''' ./android/app/build.gradle*
42
43
sed -i '' -e "s/compileSdk = .*/compileSdk = 35/" ./android/app/build.gradle*
44
0 commit comments