Skip to content

Commit

Permalink
fix configure in production
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Oct 26, 2023
1 parent be5a06b commit 3dffc9b
Show file tree
Hide file tree
Showing 5 changed files with 641 additions and 57 deletions.
28 changes: 14 additions & 14 deletions Android/app/default/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 176,
"versionName": "1.7.6",
"versionCode": 185,
"versionName": "1.8.5",
"outputFile": "app-default-universal-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
"value": "x86"
}
],
"attributes": [],
"versionCode": 176,
"versionName": "1.7.6",
"outputFile": "app-default-x86_64-release.apk"
"versionCode": 185,
"versionName": "1.8.5",
"outputFile": "app-default-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 176,
"versionName": "1.7.6",
"outputFile": "app-default-x86-release.apk"
"versionCode": 185,
"versionName": "1.8.5",
"outputFile": "app-default-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -50,8 +50,8 @@
}
],
"attributes": [],
"versionCode": 176,
"versionName": "1.7.6",
"versionCode": 185,
"versionName": "1.8.5",
"outputFile": "app-default-armeabi-v7a-release.apk"
},
{
Expand All @@ -63,8 +63,8 @@
}
],
"attributes": [],
"versionCode": 176,
"versionName": "1.7.6",
"versionCode": 185,
"versionName": "1.8.5",
"outputFile": "app-default-arm64-v8a-release.apk"
}
],
Expand Down
Loading

0 comments on commit 3dffc9b

Please sign in to comment.