Skip to content

Commit

Permalink
aoe2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
denniske committed Aug 3, 2023
1 parent d95a229 commit b736ab4
Show file tree
Hide file tree
Showing 19 changed files with 330 additions and 322 deletions.
40 changes: 20 additions & 20 deletions app/assets/data/de/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/es-mx/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/es/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/fr/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/hi/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/it/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/ja/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/ko/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/ms/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/pl/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/pt/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/ru/strings.json.lazy

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions app/assets/data/tr/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/vi/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/zh-hans/strings.json.lazy

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions app/assets/data/zh-hant/strings.json.lazy

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions app/src/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ export const changelog4: IChangelog = {
};

export const changelog: IChangelog = {
'63.0.0': [
{
type: 'minor',
title: 'Implemented [AoE II DE Update 90260](https://www.ageofempires.com/news/age-of-empires-ii-definitive-edition-update-90260/)',
},
],
'62.0.0': [
{
type: 'minor',
Expand Down
6 changes: 3 additions & 3 deletions app2.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
"userInterfaceStyle": "automatic",
"jsEngine": "hermes",
"runtimeVersion": process.env.RUNTIME_VERSION,
"version": "62.0.0",
"version": "63.0.0",
"orientation": "portrait",
"privacy": "public",
"githubUrl": "https://github.com/denniske/aoe2companion",
Expand Down Expand Up @@ -71,7 +71,7 @@ export default {
"foregroundImage": "./app/assets/icon-adaptive.png"
},
"package": "com.aoe2companion",
"versionCode": 620000,
"versionCode": 630000,
"permissions": [],
"googleServicesFile": "./google-services2.json",
"splash": splash,
Expand All @@ -80,7 +80,7 @@ export default {
"userInterfaceStyle": "automatic",
"icon": "./app/assets/icon-adaptive-no-alpha.png",
"bundleIdentifier": "com.aoe2companion",
"buildNumber": "62.0.0",
"buildNumber": "63.0.0",
"supportsTablet": false,
"config": {
"usesNonExemptEncryption": false
Expand Down
2 changes: 2 additions & 0 deletions notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ export APP=aoe2 && export AOE=aoe2 && npx eas build --profile production-${AOE}
Both
export APP=aoe2 && export AOE=aoe2 && npx eas build --profile production-${AOE} --platform all --auto-submit --no-wait

aoe4
export APP=aoe4 && export AOE=aoe4 && npx eas build --profile production-${AOE} --platform ios --auto-submit --no-wait

watchman watch-del-all && watchman shutdown-server

Expand Down

0 comments on commit b736ab4

Please sign in to comment.