https://github.com/northword/zotero-android-nightly-build
Zotero Android Nightly Build
https://github.com/northword/zotero-android-nightly-build
android zotero
Last synced: about 1 month ago
JSON representation
Zotero Android Nightly Build
- Host: GitHub
- URL: https://github.com/northword/zotero-android-nightly-build
- Owner: northword
- Created: 2024-08-08T06:16:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-06T12:57:18.000Z (2 months ago)
- Last Synced: 2025-08-06T14:42:41.074Z (2 months ago)
- Topics: android, zotero
- Homepage:
- Size: 43 KB
- Stars: 176
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zotero Android Nightly Build


[](https://github.com/zotero/zotero-android/actions/workflows/android.yml)

[](https://github.com/northword/zotero-android-nightly-build/actions/workflows/ci.yml)
This repository pulls the latest code from the [zotero/zotero-android](https://github.com/zotero/zotero-android) repository daily and executes a debug build, the generated build output is published in the [Artifacts of the current workflow run](https://github.com/northword/zotero-android-nightly-build/actions/workflows/ci.yml) and [GitHub Release](https://github.com/northword/zotero-android-nightly-build/releases).
## Get Apks
Each release may contain multiple assets corresponding to all commits after each tag push in the zotero-android repository, with the file name `app-dev-debug-${versionName}-${commitHash}.xpi`.
From Artifacts
In the zip file, `app-dev-debug.xpi` is the installation package:
```plain
app-outputs.zip
|-- apk
| `-- dev
| `-- debug
| |-- app-dev-debug.apk
| `-- output-metadata.json
`-- logs
`-- manifest-merger-dev-debug-report.txt
```
## Disclaimer
> [!IMPORTANT]
>
> This build is not a release version tested by Zotero and is extremely unstable, it is for trial use only and should not be used for production purposes.
>
> I am not responsible for any consequences caused by APPs downloaded from this repository!