1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Merge branch 'develop' into feature/bca/rust_flavor

This commit is contained in:
valere
2023-01-25 15:17:17 +01:00
124 changed files with 1386 additions and 549 deletions

View File

@@ -77,6 +77,15 @@ else
removeFullDes_th=1
fi
if [[ -f "./fastlane/metadata/android/az-AZ/full_description.txt" ]]; then
echo "It appears that file ./fastlane/metadata/android/az-AZ/full_description.txt now exists. This can be removed."
removeFullDes_az=0
else
echo "Copy default full description to ./fastlane/metadata/android/az-AZ"
cp ./fastlane/metadata/android/en-US/full_description.txt ./fastlane/metadata/android/az-AZ
removeFullDes_az=1
fi
# Run fastlane
echo "Run fastlane to push to the PlaysStore"
fastlane deployMeta
@@ -107,4 +116,8 @@ if [[ ${removeFullDes_th} -eq 1 ]]; then
rm ./fastlane/metadata/android/th/full_description.txt
fi
if [[ ${removeFullDes_az} -eq 1 ]]; then
rm ./fastlane/metadata/android/az-AZ/full_description.txt
fi
echo "Success!"

View File

@@ -167,7 +167,7 @@ printf "Building the app...\n"
./gradlew assembleGplayDebug
printf "\n================================================================================\n"
printf "Uninstalling previous test app if any...\n"
printf "Uninstalling previous debug app if any...\n"
adb -e uninstall im.vector.app.debug
printf "\n================================================================================\n"