Skip to content

Commit

Permalink
fix: revert app id
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron authored and frnandu committed Sep 2, 2024
1 parent 3d4aeb9 commit 7d4c2eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "Alby Go",
"slug": "alby-go",
"slug": "alby-mobile",
"version": "1.3.0",
"scheme": [
"bitcoin",
Expand Down Expand Up @@ -43,13 +43,13 @@
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.getalby.go",
"bundleIdentifier": "com.getalby.mobile",
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"package": "com.getalby.go",
"package": "com.getalby.mobile",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
Expand Down

0 comments on commit 7d4c2eb

Please sign in to comment.