Forum Discussion
Bronzato
Nov 30, 2021Copper Contributor
Versioning my Maui Android App
Previously the way to define version code for Android in Maui .csproj file was like this: <!-- Versions -->
<ApplicationVersion>3.1.2</ApplicationVersion>
<AndroidVersionCode>3</AndroidVer...
KopsR
Apr 29, 2022Copper Contributor
Hi James, i was wondering how I can have different versions between iOS and Android? I had removed the <ApplicationDisplayVersion>1.0.0</ApplicationDisplayVersion> and <ApplicationVersion>1</ApplicationVersion> from the csproj file, and specified a correct value (3.0.0) in the AndroidManifest.xml and Info.plist, but the version still is 1.0.0 on the AppVersion class