diff --git a/Cargo.toml b/Cargo.toml index 776e317..f3e089c 100644 --- 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 new file mode 100644 index 0000000..e79d9ae Binary files /dev/null and b/damus.keystore differ