Skip to content

Commit

Permalink
Bump build version to 153
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxie committed May 30, 2024
1 parent ebd1312 commit 67ca79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
},
ios: {
bundleIdentifier: IS_DEV ? "name.sketch.ConchBay.dev" : "name.sketch.ConchBay",
buildNumber: "152",
buildNumber: "153",
config: {
usesNonExemptEncryption: false,
},
Expand Down Expand Up @@ -67,7 +67,7 @@ const config = {
},
android: {
package: IS_DEV ? "name.sketch.conch_bay.dev" : "name.sketch.conch_bay",
versionCode: 152,
versionCode: 153,
adaptiveIcon: {
foregroundImage: "./assets/adaptive-icon.png",
backgroundColor: IS_DEV ? "#FFFFFF" : "#6B84F5",
Expand Down

0 comments on commit 67ca79f

Please sign in to comment.