build: add release signing config and Zapstore publish config
- release signing reads keystore/keystore.properties (git-ignored) - zapstore.yaml publishes the app via local APK source
This commit is contained in:
parent
6b6f242edb
commit
76f2f88a61
3 changed files with 34 additions and 0 deletions
13
zapstore.yaml
Normal file
13
zapstore.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Zapstore publishing config
|
||||
# See https://zapstore.dev/docs/publish for details.
|
||||
repository: https://git.atitlan.io/avi/lost-my-phone
|
||||
pubkey: npub1x0wx48ceselh57fxda3yy0vcrcmawy22clm5djrlgq93ywg4zlaqdjt4ed
|
||||
release_source: ./app/build/outputs/apk/release/app-release.apk
|
||||
|
||||
name: Lost My Phone
|
||||
description: >-
|
||||
An Android app that listens for SMS commands to trigger a loud ring,
|
||||
overriding Do Not Disturb, so you can find your phone.
|
||||
summary: Find your phone with an SMS trigger that cuts through Do Not Disturb.
|
||||
tags: [android, sms, ring, alarm, find-my-phone, dnd]
|
||||
license: MIT
|
||||
Loading…
Add table
Add a link
Reference in a new issue