Skip to content

Commit

Permalink
Merge pull request #339 from wyne/v2.4.0
Browse files Browse the repository at this point in the history
v2.4.0
  • Loading branch information
wyne authored Nov 14, 2023
2 parents 6dee0ec + ab184d8 commit cfa8c18
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.3.0",
version: "2.4.0",
orientation: "default",
icon: icon,
assetBundlePatterns: [
Expand All @@ -53,7 +53,7 @@ export default {
bundleIdentifier: packageName,
supportsTablet: true,
requireFullScreen: false,
buildNumber: "60",
buildNumber: "61",
infoPlist: {
RCTAsyncStorageExcludeFromBackup: false
},
Expand All @@ -67,7 +67,7 @@ export default {
},
package: packageName,
permissions: [],
versionCode: 60,
versionCode: 61,
googleServicesFile: "./google-services.json",
},
userInterfaceStyle: "dark",
Expand Down

0 comments on commit cfa8c18

Please sign in to comment.