- release signing reads keystore/keystore.properties (git-ignored) - zapstore.yaml publishes the app via local APK source
13 lines
No EOL
581 B
YAML
13 lines
No EOL
581 B
YAML
# 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 |