We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad75f87 commit 635e859Copy full SHA for 635e859
build-support/build_canary.sh
@@ -36,7 +36,8 @@ 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\ id '\''kotlin-parcelize'\''' ./android/app/build.gradle*
+sed -i '' -e '/id "kotlin-android"/a\
40
+id '\''kotlin-parcelize'\''' ./android/app/build.gradle*
41
42
sed -i '' -e "s/compileSdk = .*/compileSdk = 35/" ./android/app/build.gradle*
43
0 commit comments