Skip to content

Commit

Permalink
v0.1.22更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Mar 1, 2023
1 parent b427fa0 commit 5b4b25b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 30 deletions.
24 changes: 12 additions & 12 deletions APKInstaller/AAPTForNet/Models/SDKInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ public class SDKInfo : IComparable
// https://source.android.com/setup/start/build-numbers
private static readonly string[] AndroidCodeNames = {
"Unknown",
"Unnamed", // API level 1
"Unnamed",
"Unnamed", // API level 1
"Petit Four",
"Cupcake",
"Donut",
"Eclair",
"Eclair",
"Eclair",
"Éclair",
"Éclair",
"Éclair",
"Froyo",
"Gingerbread",
"Gingerbread", // API level 10
"Gingerbread", // API level 10
"Honeycomb",
"Honeycomb",
"Honeycomb",
Expand All @@ -29,7 +29,7 @@ public class SDKInfo : IComparable
"Jelly Bean",
"Jelly Bean",
"KitKat",
"KitKat", // API level 20
"KitKat", // API level 20
"Lollipop",
"Lollipop",
"Marshmallow",
Expand All @@ -54,7 +54,7 @@ public class SDKInfo : IComparable

private static readonly string[] AndroidVersionCodes = {
"Unknown",
"1.0", // API level 1
"1.0", // API level 1
"1.1",
"1.5",
"1.6",
Expand All @@ -63,7 +63,7 @@ public class SDKInfo : IComparable
"2.1",
"2.2",
"2.3",
"2.3.3", // API level 10
"2.3.3", // API level 10
"3.0",
"3.1",
"3.2",
Expand All @@ -73,7 +73,7 @@ public class SDKInfo : IComparable
"4.2",
"4.3",
"4.4",
"4.4W", // API level 20
"4.4W", // API level 20
"5.0",
"5.1",
"6.0",
Expand All @@ -83,7 +83,7 @@ public class SDKInfo : IComparable
"8.1",
"9.0",
"10",
"11", // API level 30
"11", // API level 30
"12",
"12.1",
"13",
Expand All @@ -93,7 +93,7 @@ public class SDKInfo : IComparable
"17",
"18",
"19",
"20" // API level 40
"20" // API level 40
};

public string APILevel { get; }
Expand Down
19 changes: 2 additions & 17 deletions APKInstaller/APKInstaller/APKInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<TargetPlatformMaxVersion>10.0.22621.0</TargetPlatformMaxVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>True</UseWinUI>
<VersionPrefix>0.1.21</VersionPrefix>
<VersionPrefix>0.1.22</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -33,7 +33,6 @@
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<GenerateTestArtifacts>False</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
Expand All @@ -55,7 +54,7 @@
<PackageReference Include="MetroLog.Net6" Version="2.1.0" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.2.188-beta" PrivateAssets="all" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.230118.102" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.230217.4" />
<PackageReference Include="SharpCompress" Version="0.32.2" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
Expand Down Expand Up @@ -83,8 +82,6 @@
</ItemGroup>

<ItemGroup>
<None Remove="Controls\SettingExpander\SettingExpander.ThemeResources.xaml" />
<None Remove="Controls\Setting\Setting.ThemeResources.xaml" />
<None Remove="favicon.ico" />
</ItemGroup>

Expand All @@ -109,16 +106,4 @@
<ProjectReference Include="..\AAPTForNet\AAPTForNet.csproj" />
</ItemGroup>

<ItemGroup>
<Page Update="Controls\Setting\Setting.ThemeResources.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>

<ItemGroup>
<Page Update="Controls\SettingExpander\SettingExpander.ThemeResources.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion APKInstaller/APKInstaller/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="18184wherewhere.AndroidAppInstaller"
Publisher="CN=2C3A37C0-35FC-4839-B08C-751C1C1AFBF5"
Version="0.1.21.0" />
Version="0.1.22.0" />

<Properties>
<DisplayName>APK 安装程序</DisplayName>
Expand Down

0 comments on commit 5b4b25b

Please sign in to comment.