Skip to content

Commit fb648d7

Browse files
chore: update canary (#4456)
* chore: updated canary build script to add minSdk line due to flutter change Co-authored-by: Jordan Nelson <nejrd@amazon.com> --------- Co-authored-by: Jordan Nelson <nejrd@amazon.com>
1 parent 42990f5 commit fb648d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-support/build_canary.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ cp $ROOT_DIR/build-support/dummy_amplifyconfiguration.dart lib/amplifyconfigurat
2525

2626
# Android
2727
sed -i '' -e "s/ext.kotlin_version = .*/ext.kotlin_version = \"1.8.21\"/" ./android/build.gradle
28+
# TODO(khatruong2009): remove this line after the next stable release (3.22.0 or 4.0)
2829
sed -i '' -e "s/minSdkVersion .*/minSdkVersion 24/" ./android/app/build.gradle
30+
sed -i '' -e "s/minSdk .*/minSdk 24/" ./android/app/build.gradle
2931
sed -i '' -e "s/compileSdkVersion .*/compileSdkVersion 33/" ./android/app/build.gradle
3032
cat ./android/app/build.gradle
3133
# iOS

0 commit comments

Comments
 (0)