Skip to content

Commit

Permalink
[MAN-528] Upgrade native ios libs to 1.9.1 (#171)
Browse files Browse the repository at this point in the history
- **feat ([ios/maccatalyst]
Laerdal.McuMgr.Bindings.iOS/MacCatalyst.csproj -> project.pbxproj):
upgrade IOS-nRF-Connect-Device-Manager to 1.9.1 (old was: 1.9.0)**
- **fix (Laerdal.McuMgr.Bindings.Android.csproj): upgrade
Xamarin.AndroidX/Kotlin nugets to their latest contemporary versions**
  • Loading branch information
ksidirop-laerdal authored Feb 18, 2025
2 parents 278c8d7 + 0c58567 commit 7395511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@

<ItemGroup Condition=" '$(IsNetX)' == 'true' " >
<!-- these dependencies have been field-tested and are known to work at least as far back as Android 10.0 -->
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.15.0.1" PrivateAssets="All" />
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.15.0.2" PrivateAssets="All" />

<!-- the mcumgr-file-uploading aspect KotlinX.Coroutines jars with version 1.7+ -->
<!-- to work as intended otherwise we get missing symbols errors in runtime -->
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="2.0.21.1" />
<PackageReference Include="Xamarin.KotlinX.Coroutines.Android" Version="1.9.0.1" />
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="2.0.21.2" />
<PackageReference Include="Xamarin.KotlinX.Coroutines.Android" Version="1.9.0.2" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
repositoryURL = "https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git";
requirement = {
kind = exactVersion;
version = 1.9.0;
version = 1.9.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 7395511

Please sign in to comment.