mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-11 03:34:45 +02:00
change amber from debug to release
This commit is contained in:
@@ -155,7 +155,7 @@ object AmberUtils {
|
|||||||
intent.putExtra("pubKey", pubKey)
|
intent.putExtra("pubKey", pubKey)
|
||||||
intent.putExtra("id", id)
|
intent.putExtra("id", id)
|
||||||
intent.putExtra("current_user", currentUserNpub)
|
intent.putExtra("current_user", currentUserNpub)
|
||||||
intent.`package` = "com.greenart7c3.nostrsigner.debug"
|
intent.`package` = "com.greenart7c3.nostrsigner"
|
||||||
intentResult.launch(intent)
|
intentResult.launch(intent)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user