2 次代码提交 dd2f617622 ... f78385fa6d

作者 SHA1 备注 提交日期
  Daniel f78385fa6d Merge branch 'dev' of https://git.nomadmania.travel/Viktoriia/nomadmania-app into dev 2 周之前
  Daniel e4e173ef54 Version bumo + small icon update 2 周之前
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      app.config.ts

+ 8 - 2
app.config.ts

@@ -24,11 +24,17 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.36',
+  version: '2.0.37',
   // 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,
@@ -142,7 +148,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'MODIFY_AUDIO_SETTINGS',
       'READ_MEDIA_VIDEO'
     ],
-    versionCode: 94 // 2.0.36, last version sent to Google is 93 (2.0.36)
+    versionCode: 95 // 2.0.37, last version sent to Google is 94 (2.0.36)
   },
   plugins: [
     [