Skip to content

Commit

Permalink
Merge pull request #499 from wyne/v.2.5.8-84
Browse files Browse the repository at this point in the history
v2.5.8-84
  • Loading branch information
wyne authored Aug 24, 2024
2 parents cd990c4 + a3cb93d commit 10e2dbd
Show file tree
Hide file tree
Showing 3 changed files with 1,714 additions and 621 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.7',
version: '2.5.8',
orientation: 'default',
icon: icon,
assetBundlePatterns: ['assets/*'],
Expand All @@ -68,7 +68,7 @@ export default {
bundleIdentifier: packageName,
supportsTablet: true,
requireFullScreen: false,
buildNumber: '83',
buildNumber: '84',
infoPlist: {
RCTAsyncStorageExcludeFromBackup: false,
},
Expand All @@ -83,7 +83,7 @@ export default {
package: packageName,
permissions: [],
blockedPermissions: ['android.permission.ACTIVITY_RECOGNITION'],
versionCode: 83,
versionCode: 84,
googleServicesFile: './google-services.json',
},
userInterfaceStyle: 'dark',
Expand Down
Loading

0 comments on commit 10e2dbd

Please sign in to comment.