Skip to content

Commit

Permalink
v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wyne committed Nov 19, 2023
1 parent 21afef2 commit 935bb3f
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 @@ -42,7 +42,7 @@ switch (variant) {
export default {
name: name,
slug: 'scorepad',
version: "2.4.2",
version: "2.4.3",
orientation: "default",
icon: icon,
assetBundlePatterns: [
Expand All @@ -53,7 +53,7 @@ export default {
bundleIdentifier: packageName,
supportsTablet: true,
requireFullScreen: false,
buildNumber: "63",
buildNumber: "64",
infoPlist: {
RCTAsyncStorageExcludeFromBackup: false
},
Expand All @@ -67,7 +67,7 @@ export default {
},
package: packageName,
permissions: [],
versionCode: 63,
versionCode: 64,
googleServicesFile: "./google-services.json",
},
userInterfaceStyle: "dark",
Expand Down

0 comments on commit 935bb3f

Please sign in to comment.