The app O Jornal Lusitano provides quick in-app access to popular Portuguese newspapers. This repository contains the app's source code written in Kotlin for Android.
Despite being focused on Portuguese newspapers, it can be easily modified to support different international newspapers. π Changing the data file docs/index.json will automatically update the newspapers displayed in the app. Changes get synchronized once every 24 hours using the repository's GitHub Pages API.
For more information regarding the privacy policy and how to contact us, please visit our website.
Access newspaper | Access newspaper (dark mode) | In-app webpage | Navigation drawer |
---|---|---|---|
- Download Android's cmdline-tools.
- Install the required licenses.
$ sdkmanager --licenses
- Place the licenses within
cmdline-tools/tools/bin
. - Set the environment variable
ANDROID_HOME=cmdline-tools/tools/bin
. - Make sure to set the required
signingConfigs
properties within thebuild.gradle
file. - Build the Android App Bundle
.aab
file.$ gradlew bundleRelease --warning-mode all