chore(android): Release Android 1.4.2 (#8145)

This commit is contained in:
Jamil
2025-02-16 12:59:12 -08:00
committed by GitHub
parent 311988c5a2
commit d38ec466b9
8 changed files with 12 additions and 15 deletions

View File

@@ -82,8 +82,8 @@ function apple() {
# 7. Commit the changes and open a PR. Ensure the Changelog is correctly
# updated with the changes.
function android() {
current_android_version="1.4.1"
next_android_version="1.4.2"
current_android_version="1.4.2"
next_android_version="1.4.3"
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-android-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_android_version}"'/g;}' {} \;
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-android-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_android_version}"'/g;}' {} \;