Skip to content

Commit

Permalink
fix: Samples app local debugging
Browse files Browse the repository at this point in the history
- BundleAssemblies is now deprecated according to dotnet/android#6697 (comment)
  • Loading branch information
MartinZikmund committed Mar 8, 2022
1 parent 96e801f commit 0296ab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SamplesApp/SamplesApp.Droid/SamplesApp.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<BundleAssemblies>true</BundleAssemblies>
<MandroidI18n />
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
<AndroidPackageFormat>apk</AndroidPackageFormat>
Expand Down

0 comments on commit 0296ab1

Please sign in to comment.