Daniel hai 2 semanas
pai
achega
8f85012ccf
Modificáronse 1 ficheiros con 2 adicións e 8 borrados
  1. 2 8
      app.config.ts

+ 2 - 8
app.config.ts

@@ -24,17 +24,11 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.37',
+  version: '2.0.38',
   // Should be updated after every dependency change
   runtimeVersion: '1.6',
   orientation: 'portrait',
   icon: './assets/icon.png',
-  android: {
-    adaptiveIcon: {
-      foregroundImage: './assets/icon.png',
-      backgroundColor: '#FFFFFF'
-    }
-  },
   userInterfaceStyle: 'light',
   extra: {
     ENV: env.ENV,
@@ -148,7 +142,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'MODIFY_AUDIO_SETTINGS',
       'READ_MEDIA_VIDEO'
     ],
-    versionCode: 95 // 2.0.37, last version sent to Google is 94 (2.0.36)
+    versionCode: 96 // 2.0.38, last version sent to Google is 95 (2.0.37)
   },
   plugins: [
     [