|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>net8.0-android34.0;net9.0-android35.0</TargetFrameworks> |
4 | | - <SentryAndroidSdkVersion>8.21.0</SentryAndroidSdkVersion> |
| 4 | + <SentryAndroidSdkVersion>8.21.1</SentryAndroidSdkVersion> |
5 | 5 | <SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\$(TargetFramework)\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory> |
6 | 6 | <!-- This gets resolved by the DownloadSentryAndroidSdk target --> |
7 | 7 | <SentryNativeNdkVersion></SentryNativeNdkVersion> |
|
51 | 51 | <PackageReference Include="Xamarin.AndroidX.Lifecycle.Common.Java8" Version="2.6.1.3" /> |
52 | 52 | <!-- MAUI 8 references this version indirectly via Xamarin.AndroidX.SwipeRefreshLayout (>= 1.1.0.14) --> |
53 | 53 | <PackageReference Include="Xamarin.AndroidX.Core" Version="1.10.1.2" /> |
54 | | - <!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.2.0 --> |
55 | | - <PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.0" /> |
| 54 | + <!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.0.0 --> |
| 55 | + <PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.0.0" /> |
56 | 56 | </ItemGroup> |
57 | 57 |
|
58 | 58 | <!-- Dependencies for AndroidMavenLibrary references |
|
63 | 63 | <PackageReference Include="Xamarin.AndroidX.Lifecycle.Common.Java8" Version="2.8.7.2" /> |
64 | 64 | <!-- MAUI 9 references this version indirectly via Xamarin.AndroidX.SwipeRefreshLayout --> |
65 | 65 | <PackageReference Include="Xamarin.AndroidX.Core" Version="1.15.0.2" /> |
66 | | - <!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.2.0 --> |
67 | | - <PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.0" /> |
| 66 | + <!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.0.0 --> |
| 67 | + <PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.0.0" /> |
68 | 68 | </ItemGroup> |
69 | 69 |
|
70 | 70 | <ItemGroup Condition="$(TargetFramework.StartsWith('net8'))"> |
|
0 commit comments