notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit ce6f5c6c1174729f955a753b69916722854d4364
parent 2526f8001c566cf6e28ee3e091dd16059532a7c3
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  9 Jul 2023 12:29:39 -0700

add temporary release keystore

Diffstat:
MCargo.toml | 4++++
Adamus.keystore | 0
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -68,6 +68,10 @@ version = 1 name = "android.permission.WRITE_EXTERNAL_STORAGE" max_sdk_version = 18 +[package.metadata.android.signing.release] +path = "damus.keystore" +keystore_password = "damuskeystore" + [[package.metadata.android.uses_permission]] name = "android.permission.INTERNET" diff --git a/damus.keystore b/damus.keystore Binary files differ.