Skip to content

Commit

Permalink
发布1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Duanyll committed Feb 16, 2022
1 parent 7ac0eba commit 26880c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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="4" android:versionName="1.2.0" package="com.duanyll.qrtrackernext" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="5" android:versionName="1.2.1" package="com.duanyll.qrtrackernext" android:installLocation="auto">
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="29" />
<application android:label="QRTracker" android:theme="@style/MainTheme" android:requestLegacyExternalStorage="true" android:icon="@mipmap/icon"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<AndroidSupportedAbis />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugSymbols>false</DebugSymbols>
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion QRTrackerNext/QRTrackerNext/QRTrackerNext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Authors>Duanyll</Authors>
<Product>QRTracker</Product>
<PackageProjectUrl>https://qrt.duanyll.com</PackageProjectUrl>
Expand Down

0 comments on commit 26880c6

Please sign in to comment.