version up

This commit is contained in:
gaoyuan 2022-03-12 01:41:24 +08:00
parent c43bfb51be
commit 9a8f1289ed
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.312" package="org.tsanie.billing" android:installLocation="auto" android:versionCode="11">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.312" package="org.tsanie.billing" android:installLocation="auto" android:versionCode="12">
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="30" />
<application android:label="@string/applabel" android:theme="@style/MainTheme"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

View File

@ -48,17 +48,21 @@
<string>Master SQLite file</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
<string>public.database</string>
</array>
<key>CFBundleTypeIconFiles</key>
<array>
<string>Assets.xcassets/AppIcon.appiconset/Icon180</string>
</array>
<key>LSHandlerRank</key>
<string>Default</string>
</dict>
</array>
<key>CFBundleVersion</key>
<string>11</string>
<string>12</string>
<key>CFBundleShortVersionString</key>
<string>1.0.312</string>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
</dict>
</plist>