Android: login window now only opens when login is actually pressed

This commit is contained in:
Pieter Vander Vennet 2025-06-26 03:13:12 +02:00
parent da6f95863c
commit f4c0541bb1
3 changed files with 21 additions and 6 deletions

View file

@ -80,6 +80,13 @@ npx capacitor-assets generate
npx cap sync
npm run clean
# Monkey patch version numbers to make everything work
cd android
sed "s/\.\.\/node_modules//" -i capacitor.settings.gradle
cd capacitor
sed "s/'com.android.tools.build:gradle:8.2.1'/'com.android.tools.build:gradle:8.10'/" -i build.gradle
tput bel
tput bel # Note: tput doesn't work in the runners and may not be the last command, otherwise, it'll fail.
echo "All done! Don't forget to click 'gradle sync files' in Android Studio"