Skip to content

Commit

Permalink
chore: update canary (#4456)
Browse files Browse the repository at this point in the history
* chore: updated canary build script to add minSdk line due to flutter change

Co-authored-by: Jordan Nelson <[email protected]>

---------

Co-authored-by: Jordan Nelson <[email protected]>
  • Loading branch information
khatruong2009 and Jordan-Nelson authored Feb 16, 2024
1 parent 42990f5 commit fb648d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-support/build_canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ cp $ROOT_DIR/build-support/dummy_amplifyconfiguration.dart lib/amplifyconfigurat

# Android
sed -i '' -e "s/ext.kotlin_version = .*/ext.kotlin_version = \"1.8.21\"/" ./android/build.gradle
# TODO(khatruong2009): remove this line after the next stable release (3.22.0 or 4.0)
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 "s/compileSdkVersion .*/compileSdkVersion 33/" ./android/app/build.gradle
cat ./android/app/build.gradle
# iOS
Expand Down

0 comments on commit fb648d7

Please sign in to comment.