fix(ios) also bump the lite SDK version when bumping versions

This commit is contained in:
Saúl Ibarra Corretgé 2022-10-21 13:21:18 +02:00 committed by Saúl Ibarra Corretgé
parent 6ab996568b
commit 3b5878d078
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ VERSION=$1
# iOS # iOS
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${VERSION}" ${THIS_DIR}/../ios/sdk/src/Info.plist /usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${VERSION}" ${THIS_DIR}/../ios/sdk/src/Info.plist
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${VERSION}" ${THIS_DIR}/../ios/sdk/src/Lite-Info.plist
# Android # Android
sed -i "" -e "s/sdkVersion=.*/sdkVersion=${VERSION}/" ${THIS_DIR}/../android/gradle.properties sed -i "" -e "s/sdkVersion=.*/sdkVersion=${VERSION}/" ${THIS_DIR}/../android/gradle.properties