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

upgrade android version code to 46

parent 57f8e870
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
const versions = {
version: '1.14.0', // user-facing value visible in stores
iosBuildNumber: '1.14.0', // developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode: 45, // developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
androidVersionCode: 46, // 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