Skip to content

Commit

Permalink
Merge pull request #541 from wyne/v2.5.10-86
Browse files Browse the repository at this point in the history
v2.5.10-86
  • Loading branch information
wyne authored Jan 22, 2025
2 parents 846699f + 8da6da6 commit 6d4aa27
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.9',
version: '2.5.10',
orientation: 'default',
icon: icon,
assetBundlePatterns: ['assets/*'],
Expand All @@ -68,7 +68,7 @@ export default {
bundleIdentifier: packageName,
supportsTablet: true,
requireFullScreen: false,
buildNumber: '85',
buildNumber: '86',
infoPlist: {
RCTAsyncStorageExcludeFromBackup: false,
},
Expand All @@ -83,7 +83,7 @@ export default {
package: packageName,
permissions: [],
blockedPermissions: ['android.permission.ACTIVITY_RECOGNITION'],
versionCode: 85,
versionCode: 86,
googleServicesFile: './google-services.json',
},
userInterfaceStyle: 'dark',
Expand Down

0 comments on commit 6d4aa27

Please sign in to comment.