Skip to content
Snippets Groups Projects
Commit ff220db4 authored by Malte Finsterwalder's avatar Malte Finsterwalder
Browse files

upgrade version to 1.19.0 / 65

parent 8239f2f0
No related branches found
No related tags found
No related merge requests found
// see https://docs.expo.dev/build-reference/app-versions/
// TODO somehow automatically increment version numbers on every release
const versions = {
version: '1.18.0', // user-facing value visible in stores
iosBuildNumber: '1.18.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 64, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
version: '1.19.0', // user-facing value visible in stores
iosBuildNumber: '1.19.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 65, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
}
// - Environment variables are available in the mobile app source code via the expo-constants package.
......
......@@ -95,7 +95,7 @@
},
"production": {
"extends": "base",
"channel": "production-1-18",
"channel": "production-1-19",
"env": {
"APP_VARIANT": "production",
"ENVIRONMENT_ID": "production",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment