Skip to content
Snippets Groups Projects
Commit 91960516 authored by Sophia Kuhlmann's avatar Sophia Kuhlmann
Browse files

upgrade to version 1.52.4 / 150

parent 21b05907
No related branches found
Tags release/1.52.4
No related merge requests found
......@@ -6,9 +6,9 @@ require('ts-node/register')
// see https://docs.expo.dev/build-reference/app-versions/
// TODO somehow automatically increment version numbers on every release
const versions = {
version: '1.52.3', // user-facing value visible in stores
iosBuildNumber: '1.52.3', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 149, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
version: '1.52.4', // user-facing value visible in stores
iosBuildNumber: '1.52.4', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 150, // 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.
......
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