Skip to content

Commit

Permalink
v2.5.1 build 75
Browse files Browse the repository at this point in the history
  • Loading branch information
wyne committed Mar 27, 2024
1 parent 0e05668 commit 5d0840a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ switch (variant) {
export default {
name: name,
slug: "scorepad",
version: "2.5.0",
version: "2.5.1",
orientation: "default",
icon: icon,
assetBundlePatterns: ["assets/*"],
Expand All @@ -68,7 +68,7 @@ export default {
bundleIdentifier: packageName,
supportsTablet: true,
requireFullScreen: false,
buildNumber: "74",
buildNumber: "75",
infoPlist: {
RCTAsyncStorageExcludeFromBackup: false,
},
Expand All @@ -82,7 +82,7 @@ export default {
},
package: packageName,
permissions: [],
versionCode: 74,
versionCode: 75,
googleServicesFile: "./google-services.json",
},
userInterfaceStyle: "dark",
Expand Down

0 comments on commit 5d0840a

Please sign in to comment.