Browse Source

Version bump + small color fix

Daniel 8 months ago
parent
commit
69fe38ab90
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app.config.ts

+ 3 - 3
app.config.ts

@@ -24,7 +24,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   owner: 'nomadmaniaou',
   scheme: 'nm',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.21',
+  version: '2.0.22',
   // Should be updated after every dependency change
   // Should be updated after every dependency change
   runtimeVersion: '1.5',
   runtimeVersion: '1.5',
   orientation: 'portrait',
   orientation: 'portrait',
@@ -49,7 +49,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
     backgroundColor: '#ffffff'
     backgroundColor: '#ffffff'
   },
   },
   androidStatusBar: {
   androidStatusBar: {
-    backgroundColor: '00000000',
+    backgroundColor: '#00000000',
     translucent: true,
     translucent: true,
     barStyle: 'dark-content'
     barStyle: 'dark-content'
   },
   },
@@ -113,7 +113,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'CAMERA',
       'CAMERA',
       'MODIFY_AUDIO_SETTINGS'
       'MODIFY_AUDIO_SETTINGS'
     ],
     ],
-    versionCode: 74 // next version submitted to Google Play needs to be higher than that 2.0.21
+    versionCode: 75 // next version submitted to Google Play needs to be higher than that 2.0.22
   },
   },
   plugins: [
   plugins: [
     [
     [