Julien Lebosquain
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
5 deletions
-
samples/ControlCatalog.Android/ControlCatalog.Android.csproj
-
samples/MobileSandbox.Android/MobileSandbox.Android.csproj
-
src/Android/Avalonia.Android/Avalonia.Android.csproj
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1" /> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.4" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1" /> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.4" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -9,9 +9,9 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\..\packages\Avalonia\Avalonia.csproj" /> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.3.1.3" /> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.DocumentFile" Version="1.0.1.16" /> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.Lifecycle.ViewModel" Version="2.3.1.3" /> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.6.1.5" /> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.DocumentFile" Version="1.0.1.21" /> |
|
|
|
<PackageReference Include="Xamarin.AndroidX.Lifecycle.ViewModel" Version="2.6.2.2" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\Avalonia.Base\Avalonia.Base.csproj" /> |
|
|
|
|