Skip to content

Commit

Permalink
Merge pull request #324 from unoplatform/dev/agzi/RemoveAndroidWorkar…
Browse files Browse the repository at this point in the history
…ounds

chore(Android): Remove workarounds not needed anymore
  • Loading branch information
agneszitte authored Dec 13, 2021
2 parents 33e80e3 + da92919 commit e4d9c36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Uno.Gallery/Uno.Gallery.Droid/Uno.Gallery.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<FileAlignment>512</FileAlignment>
<AndroidApplication>true</AndroidApplication>
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
<!-- AndroidUseAapt2 is disabled until https://github.com/unoplatform/uno/issues/1382 is resolved -->
<AndroidUseAapt2>false</AndroidUseAapt2>
<AndroidUseAapt2>true</AndroidUseAapt2>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v11.0</TargetFrameworkVersion>
Expand Down Expand Up @@ -258,6 +257,4 @@
</ItemGroup>
<Import Project="..\Uno.Gallery.Shared\Uno.Gallery.Shared.projitems" Label="Shared" Condition="Exists('..\Uno.Gallery.Shared\Uno.Gallery.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<!-- This will force the generation of the APK when not building inside visual studio -->
<Target Name="GenerateBuild" DependsOnTargets="SignAndroidPackage" AfterTargets="Build" Condition="'$(BuildingInsideVisualStudio)'==''" />
</Project>

0 comments on commit e4d9c36

Please sign in to comment.