forked from MapComplete/MapComplete
Android: login window now only opens when login is actually pressed
This commit is contained in:
parent
da6f95863c
commit
f4c0541bb1
3 changed files with 21 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue