Skip to content

Commit

Permalink
deps: Update ReactiveUI.AndroidX, ReactiveUI.AndroidSupport, Reactive…
Browse files Browse the repository at this point in the history
…UI from 15.* to 16.* (#349)

* build(deps): update ReactiveUI.AndroidX requirement in /src

Updates the requirements on [ReactiveUI.AndroidX](https://github.com/reactiveui/reactiveui) to permit the latest version.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@15.1.1...16.1.1)

---
updated-dependencies:
- dependency-name: ReactiveUI.AndroidX
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump MonoAndroid10.0 to MonoAndroid11.0

* build(deps): update ReactiveUI.AndroidSupport requirement in /src

Updates the requirements on [ReactiveUI.AndroidSupport](https://github.com/reactiveui/reactiveui) to permit the latest version.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@15.1.1...16.1.1)

---
updated-dependencies:
- dependency-name: ReactiveUI.AndroidSupport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): update ReactiveUI.AndroidX requirement in /samples

Updates the requirements on [ReactiveUI.AndroidX](https://github.com/reactiveui/reactiveui) to permit the latest version.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@15.1.1...16.1.1)

---
updated-dependencies:
- dependency-name: ReactiveUI.AndroidX
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ReactiveUI in samples

* build(deps): update ReactiveUI.XamForms requirement in /samples

Updates the requirements on [ReactiveUI.XamForms](https://github.com/reactiveui/reactiveui) to permit the latest version.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@15.1.1...16.1.1)

---
updated-dependencies:
- dependency-name: ReactiveUI.XamForms
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump RxUI.Fody

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artyom <worldbeater-dev@yandex.ru>
  • Loading branch information
dependabot[bot] and worldbeater authored Aug 24, 2021
1 parent 27671b6 commit e13e1c1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions samples/LoginApp.Android/LoginApp.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v11.0</TargetFrameworkVersion>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
Expand Down Expand Up @@ -71,8 +71,8 @@
<AndroidResource Include="Resources\values\styles.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="15.*" />
<PackageReference Include="ReactiveUI.AndroidX" Version="15.*" />
<PackageReference Include="ReactiveUI" Version="16.*" />
<PackageReference Include="ReactiveUI.AndroidX" Version="16.*" />
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
<PackageReference Include="ReactiveUI.Validation.AndroidX" Version="2.*" />
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.4.0.2" />
Expand Down
4 changes: 2 additions & 2 deletions samples/LoginApp.Forms.Android/LoginApp.Forms.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v11.0</TargetFrameworkVersion>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
Expand Down Expand Up @@ -56,7 +56,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI.XamForms" Version="15.*" />
<PackageReference Include="ReactiveUI.XamForms" Version="16.*" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
2 changes: 1 addition & 1 deletion samples/LoginApp.Forms/LoginApp.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.XamForms" Version="15.*" />
<PackageReference Include="ReactiveUI.XamForms" Version="16.*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/LoginApp.Uwp/LoginApp.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.12" />
<PackageReference Include="ReactiveUI" Version="15.*" />
<PackageReference Include="ReactiveUI" Version="16.*" />
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions samples/LoginApp/LoginApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="15.*" />
<PackageReference Include="ReactiveUI.Fody" Version="15.*" />
<PackageReference Include="ReactiveUI" Version="16.*" />
<PackageReference Include="ReactiveUI.Fody" Version="16.*" />
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFramework>MonoAndroid10.0</TargetFramework>
<TargetFramework>MonoAndroid11.0</TargetFramework>
<PackageDescription>Provides ReactiveUI.Validation extensions for the Android Support Library</PackageDescription>
<PackageId>ReactiveUI.Validation.AndroidSupport</PackageId>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand All @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.*" />
<PackageReference Include="ReactiveUI.AndroidSupport" Version="15.*" />
<PackageReference Include="ReactiveUI.AndroidSupport" Version="16.*" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFramework>MonoAndroid10.0</TargetFramework>
<TargetFramework>MonoAndroid11.0</TargetFramework>
<PackageDescription>Provides ReactiveUI.Validation extensions for the AndroidX Library</PackageDescription>
<PackageId>ReactiveUI.Validation.AndroidX</PackageId>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand All @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.*" />
<PackageReference Include="ReactiveUI.AndroidX" Version="15.*" />
<PackageReference Include="ReactiveUI.AndroidX" Version="16.*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveUI.Validation/ReactiveUI.Validation.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>MonoAndroid10.0;Xamarin.iOS10;Xamarin.Mac20;Xamarin.TVOS10;tizen40;netstandard2.0;net5.0</TargetFrameworks>
<TargetFrameworks>MonoAndroid11.0;Xamarin.iOS10;Xamarin.Mac20;Xamarin.TVOS10;tizen40;netstandard2.0;net5.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net461;net472;uap10.0.17763;net5.0-windows;net5.0-windows10.0.19041</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit e13e1c1

Please sign in to comment.