Skip to content

Commit aa80586

Browse files
Set RuntimeIdentifiers on Android
1 parent ab0d012 commit aa80586

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

samples/HorusStudio.Maui.MaterialDesignControls.Sample/HorusStudio.Maui.MaterialDesignControls.Sample.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
<ApplicationIdGuid>24a1a7f0-9c21-4710-9d6d-f863bd1bdb97</ApplicationIdGuid>
1515

1616
<!-- Versions -->
17-
<ApplicationDisplayVersion>1.0.1</ApplicationDisplayVersion>
18-
<ApplicationVersion>2</ApplicationVersion>
17+
<ApplicationDisplayVersion>1.0.2</ApplicationDisplayVersion>
18+
<ApplicationVersion>3</ApplicationVersion>
1919
</PropertyGroup>
2020

21+
<PropertyGroup Condition="'$(TargetFramework)' == '$(NetVersion)-android'">
22+
<RuntimeIdentifiers>
23+
android-arm;android-arm64;android-x86;android-x64
24+
</RuntimeIdentifiers>
25+
</PropertyGroup>
26+
2127
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|$(NetVersion)-ios|AnyCPU'">
2228
<CreatePackage>false</CreatePackage>
2329
</PropertyGroup>

0 commit comments

Comments
 (0)