diff --git a/BUILDING.md b/BUILDING.md index cba56589..165ad1aa 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -327,6 +327,7 @@ Prerequisites: macOS with Xcode installed 1. Build the web assets: ```bash + rm -rf dist npm run build:web npm run build:capacitor ``` @@ -395,10 +396,6 @@ Prerequisites: Android Studio with SDK installed rm -rf dist npm run build:web npm run build:capacitor - cd android - ./gradlew clean - ./gradlew assembleDebug - cd .. ``` 2. Update Android project with latest build: @@ -429,7 +426,7 @@ Prerequisites: Android Studio with SDK installed cd android ./gradlew clean ./gradlew build -Dlint.baselines.continue=true - cd .. + cd - npx cap run android ``` @@ -453,9 +450,11 @@ Prerequisites: Android Studio with SDK installed At play.google.com/console: -- Create new release, upload, hit Next. - -- Save & send changes for review. +- Go to the Testing Track (eg. Closed). +- Click "Create new release". +- Upload the `aab` file. +- Hit "Next". +- Save, go to "Publishing Overview" as prompted, and click "Send changes for review". ## First-time Android Configuration for deep links diff --git a/README.md b/README.md index f8d6ca21..ec499174 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ See [project.task.yaml](project.task.yaml) for current priorities. Quick start: +* For setup, we recommend [pkgx](https://pkgx.dev), which installs what you need (either automatically or with the `dev` command). Core dependencies are typescript & npm; when building for other platforms, you'll need other things such as those in the pkgx.yaml & BUILDING.md files. + ```bash npm install npm run dev diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index b97284af..2efff7e1 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -1209,7 +1209,7 @@ export default class AccountViewView extends Vue { title: "Cannot Set Notifications", text: "This browser does not support notifications. Use Chrome, or install this to the home screen, or try other suggestions on the 'Troubleshoot your notifications' page.", }, - 3000, + 7000, ); } this.passkeyExpirationDescription = tokenExpiryTimeDescription(); diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index fe4d9555..b4adb22c 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -549,8 +549,8 @@

Where can I read more?

This is part of the - - Lives of Giving + + Lives of Impact initiative.