Skip to content

Commit

Permalink
Add example.com
Browse files Browse the repository at this point in the history
  • Loading branch information
kurema committed Feb 3, 2023
1 parent 74d7ef9 commit de8c141
Show file tree
Hide file tree
Showing 7 changed files with 308 additions and 284 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2478" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.3" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="8" package="com.github.kurema.BDVideoLibraryManager" android:installLocation="auto" android:versionName="2.0.2.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="9" package="com.github.kurema.BDVideoLibraryManager" android:installLocation="auto" android:versionName="2.0.3.0">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
<application android:label="BD録画管理" android:theme="@style/MainTheme" android:icon="@mipmap/icon"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2478" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.14" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.3" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BDVideoLibraryManagerXF\BDVideoLibraryManagerXF.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2478" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.3" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ItemGroup>
<PackageReference Include="SMBLibrary" Version="1.4.8" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2478" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.3" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit de8c141

Please sign in to comment.