An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Zotero Android Nightly Build

![Official Repo GitHub Tag](https://img.shields.io/github/v/tag/zotero/zotero-android?label=Version%20from%20Offical%20Repo)
![GitHub last commit](https://img.shields.io/github/last-commit/zotero/zotero-android)
[![Zotero Android CI](https://github.com/zotero/zotero-android/actions/workflows/android.yml/badge.svg)](https://github.com/zotero/zotero-android/actions/workflows/android.yml)

![GitHub Release](https://img.shields.io/github/v/release/northword/zotero-android-nightly-build?label=Version%20from%20This%20Repo)
![GitHub Release Date](https://img.shields.io/github/release-date/northword/zotero-android-nightly-build)
[![Daily Build Zotero Android](https://github.com/northword/zotero-android-nightly-build/actions/workflows/ci.yml/badge.svg)](https://github.com/northword/zotero-android-nightly-build/actions/workflows/ci.yml)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/northword/zotero-android-nightly-build/total)

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!