Skip to content

Commit

Permalink
Merge pull request #348 from wyne/v2.4.2
Browse files Browse the repository at this point in the history
v2.4.2
wyne authored Nov 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 2a56681 + 1cde4d4 commit 5b4f6f0
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
@@ -42,7 +42,7 @@ switch (variant) {
export default {
name: name,
slug: 'scorepad',
version: "2.4.1",
version: "2.4.2",
orientation: "default",
icon: icon,
assetBundlePatterns: [
@@ -53,7 +53,7 @@ export default {
bundleIdentifier: packageName,
supportsTablet: true,
requireFullScreen: false,
buildNumber: "62",
buildNumber: "63",
infoPlist: {
RCTAsyncStorageExcludeFromBackup: false
},
@@ -67,7 +67,7 @@ export default {
},
package: packageName,
permissions: [],
versionCode: 62,
versionCode: 63,
googleServicesFile: "./google-services.json",
},
userInterfaceStyle: "dark",

0 comments on commit 5b4f6f0

Please sign in to comment.