Kaynağa Gözat

Version bump + small color fix

Daniel 8 ay önce
ebeveyn
işleme
69fe38ab90
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      app.config.ts

+ 3 - 3
app.config.ts

@@ -24,7 +24,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // 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
   runtimeVersion: '1.5',
   orientation: 'portrait',
@@ -49,7 +49,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
     backgroundColor: '#ffffff'
   },
   androidStatusBar: {
-    backgroundColor: '00000000',
+    backgroundColor: '#00000000',
     translucent: true,
     barStyle: 'dark-content'
   },
@@ -113,7 +113,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'CAMERA',
       '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: [
     [