Skip to content
Snippets Groups Projects
Commit 39e0f1d2 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

fix: bump android internal version to unused 138

137 was used for manual release of 1.47.2
parent 6ba5daa3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ require('ts-node/register')
const versions = {
version: '1.48.0', // user-facing value visible in stores
iosBuildNumber: '1.48.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 137, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
androidVersionCode: 138, // 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