diff --git a/README.md b/README.md index 99c6873dde4..617ac438e45 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,14 @@ npm start Packaging the app is done via [electron-builder](https://github.com/electron-userland/electron-builder). To start packaging run `npm run dist`. If you want to add new platforms and experiment with the build options the easiest way to do so is manipulating the `build` property in the [package.json](https://github.com/johannesjo/super-productivity/blob/develop/package.json), but you can also use the [command line interface of electron builder](https://www.electron.build/cli). +### Building for Android + +*This feature was added on October 7, 2024. See [Pull Request #57](https://github.com/johannesjo/super-productivity-android/pull/57).* + +To build the Android version of Super Productivity, please refer to the [Android Offline Mode Documentation](./android/offline.md). + +Ensure you have followed the steps outlined in the offline documentation to set up and configure the Android build environment properly. + ## Run as Docker Container ```bash diff --git a/android b/android index dbfbef0b9cb..2b39d4e0d49 160000 --- a/android +++ b/android @@ -1 +1 @@ -Subproject commit dbfbef0b9cb66f4f6126e79d5d88326891004c97 +Subproject commit 2b39d4e0d493e2f48f3f5db011181c8b025639ff