Skip to content

Commit

Permalink
Fix streamsb (update nuget package)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Feb 19, 2023
1 parent 1ea483e commit d41576f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions AniStream/AniStream.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,29 @@
<ApplicationId>com.oneb.anistream</ApplicationId>
<ApplicationVersion>25</ApplicationVersion>
<ApplicationDisplayVersion>1.9.4</ApplicationDisplayVersion>
<AndroidSigningKeyStore>DrMedia.keystore</AndroidSigningKeyStore>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AndroidKeyStore>True</AndroidKeyStore>
<AndroidSigningKeyAlias>DrMedia</AndroidSigningKeyAlias>
<AndroidSigningStorePass>jonothan1999</AndroidSigningStorePass>
<AndroidSigningKeyPass>jonothan1999</AndroidSigningKeyPass>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AndroidPackageFormat>apk</AndroidPackageFormat>
<AndroidKeyStore>True</AndroidKeyStore>
<AndroidSigningKeyAlias>DrMedia</AndroidSigningKeyAlias>
<AndroidSigningStorePass>jonothan1999</AndroidSigningStorePass>
<AndroidSigningKeyPass>jonothan1999</AndroidSigningKeyPass>
</PropertyGroup>

<ItemGroup>
<GoogleServicesJson Include="google-services.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AnimeDl" Version="1.8.2" />
<PackageReference Include="AnimeDl" Version="1.8.3" />
<PackageReference Include="Laerdal.FFmpeg.Android.Min" Version="4.4.28" />
<!--<PackageReference Include="Laerdal.FFmpeg.Full" Version="4.4.27" />-->
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
Expand All @@ -31,7 +42,6 @@
<PackageReference Include="Xam.Plugins.Android.ExoPlayer" Version="2.18.9" />
<PackageReference Include="Xam.Plugins.Android.ExoPlayer.OkHttp" Version="2.18.9" />
<PackageReference Include="Xamarin.Android.Flowlayout" Version="1.0.0.4" />
<PackageReference Include="Xamarin.Android.Glide" Version="4.14.2.1" />
<PackageReference Include="Xamarin.Firebase.Crashlytics" Version="118.3.2.1" />
</ItemGroup>
</Project>

0 comments on commit d41576f

Please sign in to comment.