fix: ensure all verify-*.sh files can be executed

This commit is contained in:
Akash Yadav
2024-12-28 20:40:11 +05:30
parent ebb5460122
commit 0e0e659afd

View File

@@ -181,7 +181,7 @@ popd
# Application Services
pushd "$application_services"
chmod +x libs/verify-android-environment.sh
chmod +x libs/verify-*.sh
# Break the dependency on older A-C
sed -i -e '/android-components = /s/131\.0\.2/133.0.3/' gradle/libs.versions.toml
echo "rust.targets=linux-x86-64,$rusttarget" >>local.properties