omnivore/android/Omnivore
2025-09-24 12:37:39 +02:00
..
app Remove reference to omnivore.app 2025-09-24 12:37:39 +02:00
gradle Migrate deprecated Google SignIn to Credentials Manager 2024-06-30 18:04:38 +03:00
.gitignore Fix crash on Android when saving items 2024-07-04 12:12:45 +08:00
build.gradle.kts refactor onboarding 2024-06-23 19:53:19 +02:00
gradle.properties refactor packages 2024-02-07 17:33:28 +00:00
gradlew create new android app 2022-08-02 14:54:34 -07:00
gradlew.bat create new android app 2022-08-02 14:54:34 -07:00
README.md Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
secrets.xml Improve loading on Android, switch to posthog 2023-09-14 14:48:30 +08:00
settings.gradle.kts add mark as read action 2024-02-05 19:05:27 +00:00

Omnivore - Android

Setup with gradle

In case you do not have Android Studio and you do not want to install it, you may want to use gradlew scripts to build the application.

./gradlew assembleDebug should create ./app/build/outputs/apk/debug/app-debug.apk

Setup

From the root directory run the following command:

make droid

This will copy a secrets.xml file into the strings directory. If you have a PSPDF license key then paste that value into the pspdfkit_license_key entry in that file.