Skip to content

Commit

Permalink
Update version & Change TargetFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Feb 19, 2023
1 parent d41576f commit 98231ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AniStream/AniStream.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0-android33.0</TargetFramework>
<TargetFramework>net7.0-android</TargetFramework>
<SupportedOSPlatformVersion>33</SupportedOSPlatformVersion>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
Expand All @@ -9,7 +9,7 @@
<ImplicitUsings>enable</ImplicitUsings>-->
<ApplicationId>com.oneb.anistream</ApplicationId>
<ApplicationVersion>25</ApplicationVersion>
<ApplicationDisplayVersion>1.9.4</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.9.5</ApplicationDisplayVersion>
<AndroidSigningKeyStore>DrMedia.keystore</AndroidSigningKeyStore>
</PropertyGroup>

Expand Down

0 comments on commit 98231ec

Please sign in to comment.