Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit b592d64

Browse filesBrowse files
committed
Update original libs
1 parent a563e66 commit b592d64
Copy full SHA for b592d64

File tree

Expand file treeCollapse file tree

4 files changed

+9
-5
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+9
-5
lines changed

‎src/Xamarin.BlurView.SupportRenderScriptBlur/Xamarin.BlurView.SupportRenderScriptBlur.csproj

Copy file name to clipboardExpand all lines: src/Xamarin.BlurView.SupportRenderScriptBlur/Xamarin.BlurView.SupportRenderScriptBlur.csproj
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<AssemblyName>Xamarin.BlurView.SupportRenderScriptBlur</AssemblyName>
1414
<FileAlignment>512</FileAlignment>
1515
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
16+
<AndroidClassParser>class-parse</AndroidClassParser>
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1819
<DebugSymbols>true</DebugSymbols>
@@ -39,10 +40,6 @@
3940
<ItemGroup>
4041
<Compile Include="Properties\AssemblyInfo.cs" />
4142
</ItemGroup>
42-
<ItemGroup>
43-
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.0.0" />
44-
<!-- <PackageReference Include="Xamarin.Android.Support.v8.RenderScript" Version="28.0.0" /> -->
45-
</ItemGroup>
4643
<ItemGroup>
4744
<TransformFile Include="Transforms\Metadata.xml" />
4845
<TransformFile Include="Transforms\EnumFields.xml" />
@@ -54,6 +51,9 @@
5451
<Name>Xamarin.BlurView</Name>
5552
</ProjectReference>
5653
</ItemGroup>
54+
<ItemGroup>
55+
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.2.0.5" />
56+
</ItemGroup>
5757
<ItemGroup>
5858
<LibraryProjectZip Include="Jars\supportrenderscriptblur-1.0.2.aar" />
5959
</ItemGroup>
-11.8 KB
Binary file not shown.
12.2 KB
Binary file not shown.

‎src/Xamarin.BlurView/Xamarin.BlurView.csproj

Copy file name to clipboardExpand all lines: src/Xamarin.BlurView/Xamarin.BlurView.csproj
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
1717
<NuGetPackageImportStamp>
1818
</NuGetPackageImportStamp>
19+
<AndroidClassParser>class-parse</AndroidClassParser>
1920
<PackageId>Xamarin.BlurView</PackageId>
2021
<PackageVersion>1.6.3</PackageVersion>
2122
<Authors>Dmitry Saviuk, Yauheni Pakala</Authors>
@@ -61,12 +62,15 @@
6162
<TransformFile Include="Transforms\EnumMethods.xml" />
6263
</ItemGroup>
6364
<ItemGroup>
64-
<LibraryProjectZip Include="Jars\blurview-1.6.3.aar" />
65+
<LibraryProjectZip Include="Jars\blurview-1.6.5.aar" />
6566
</ItemGroup>
6667
<ItemGroup>
6768
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.2">
6869
<PrivateAssets>all</PrivateAssets>
6970
</PackageReference>
71+
<PackageReference Include="Xamarin.AndroidX.Annotation">
72+
<Version>1.1.0.7</Version>
73+
</PackageReference>
7074
</ItemGroup>
7175
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
7276
</Project>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.