forked from xamarin/Xamarin.Forms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TFM Monoandroid13 + nuget version bumps (xamarin#15745)
* Bump MonoAndroid target to 13.0 * Add Boots for right Android version * OK no boots * Update build.cake * Update artifacts folders * Set right JAVA version * Update build.cake * Try another thing * Try more * Update Xamarin.Forms.Platform.Android.UnitTests.csproj * Update Xamarin.Forms.Platform.Android.UnitTests.csproj * Update Xamarin.Forms.Platform.Android.UnitTests.csproj * This then * Update build.cake * Revert "Update build.cake" This reverts commit fc74812. * Update build.cake * Update Environment.Build.props * Update Environment.Build.props * Revert "Update Environment.Build.props" This reverts commit 819c7d7. * Update Environment.Build.props * Update Environment.Build.props * Update Environment.Build.props * Update build.cake * PR Feedback * Update Xamarin.Forms.nuspec * Update dependency versions * Update Directory.Build.targets * Revert "Update Directory.Build.targets" This reverts commit a06fb7d. * Update more TargetFrameworks * Pin LiveData package to 2.5.1.2 * nugets bumped * fix package downgrade for nuget restore errors --------- Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
- Loading branch information
1 parent
9e230ad
commit d68e84f
Showing
13 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageReference Include="Xamarin.AndroidX.Browser" Version="1.5.0" /> | ||
<PackageReference Include="Xamarin.AndroidX.Palette" Version="1.0.0.16" /> | ||
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.5.1.2" /> | ||
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.8.0" /> | ||
<PackageReference Include="Xamarin.AndroidX.Legacy.Support.V4" Version="1.0.0.16" /> | ||
<PackageReference Include="Xamarin.AndroidX.Browser" Version="1.5.0.1" /> | ||
<PackageReference Include="Xamarin.AndroidX.Palette" Version="1.0.0.17" /> | ||
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.6.1.1" /> | ||
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.8.0.1" /> | ||
<PackageReference Include="Xamarin.AndroidX.Legacy.Support.V4" Version="1.0.0.17" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
Xamarin.Forms.ControlGallery.Android/Directory.Build.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters