[Modify]修改版本号为1.7.0

This commit is contained in:
wushaocheng
2023-03-22 15:20:27 +08:00
parent cb99c98351
commit bdf839e3d1
2 changed files with 8 additions and 2 deletions

View File

@@ -969,10 +969,16 @@
android:screenOrientation="portrait" />
<activity
android:name=".treasurefairy.HomeFairyActivity"
android:configChanges="screenSize|orientation|keyboardHidden|mcc|mnc|locale|touchscreen|screenLayout|keyboard|navigation|fontScale|uiMode|smallestScreenSize|layoutDirection"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@style/dialog_web_view_activity" />
<activity
android:name=".ui.webview.FairyDialogWebViewActivity"
android:configChanges="screenSize|orientation|keyboardHidden|mcc|mnc|locale|touchscreen|screenLayout|keyboard|navigation|fontScale|uiMode|smallestScreenSize|layoutDirection"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@style/dialog_web_view_activity" />
<meta-data

View File

@@ -29,8 +29,8 @@ COMPILE_SDK_VERSION=32
MIN_SDK_VERSION=21
TARGET_SDK_VERSION=32
version_name=1.6.9
version_code=169
version_name=1.7.0
version_code=170
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=9999