Skip to content

Commit

Permalink
Merge pull request #483 from wyne/v.2.5.7-83
Browse files Browse the repository at this point in the history
v2.5.7
  • Loading branch information
wyne authored Aug 3, 2024
2 parents ec53d17 + 3c04c9a commit 4bbc44e
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.6',
version: '2.5.7',
orientation: 'default',
icon: icon,
assetBundlePatterns: ['assets/*'],
Expand All @@ -68,7 +68,7 @@ export default {
bundleIdentifier: packageName,
supportsTablet: true,
requireFullScreen: false,
buildNumber: '82',
buildNumber: '83',
infoPlist: {
RCTAsyncStorageExcludeFromBackup: false,
},
Expand All @@ -83,7 +83,7 @@ export default {
package: packageName,
permissions: [],
blockedPermissions: ['android.permission.ACTIVITY_RECOGNITION'],
versionCode: 82,
versionCode: 83,
googleServicesFile: './google-services.json',
},
userInterfaceStyle: 'dark',
Expand Down

0 comments on commit 4bbc44e

Please sign in to comment.