Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* building BLE.Client.Droid in Release mode failed with XALNK7000 errors related to AndroidX
  (e.g. in the Bitrise build)
  • Loading branch information
janusw committed Apr 17, 2021
1 parent 8b127b1 commit 71bc711
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/BLE.Client/BLE.Client.Droid/BLE.Client.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@
<PackageReference Include="Plugin.CurrentActivity">
<Version>2.1.0.4</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.RecyclerView">
<Version>1.2.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Preference">
<Version>1.1.1.8</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>

0 comments on commit 71bc711

Please sign in to comment.