Explorar o código

feat: 版本1.0.0

首次送审包
DoggyZhang hai 3 meses
pai
achega
7bb4acd69d
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      app/src/main/AndroidManifest.xml
  2. 1 1
      gradle.properties

+ 3 - 0
app/src/main/AndroidManifest.xml

@@ -131,6 +131,7 @@
                 <category android:name="android.intent.category.DEFAULT" />
                 <category android:name="android.intent.category.BROWSABLE" />
 
+                <data android:scheme="http" />
                 <data android:scheme="https" />
                 <data android:host="${httpDeepLinkHost}" />
             </intent-filter>
@@ -141,6 +142,7 @@
                 <category android:name="android.intent.category.DEFAULT" />
                 <category android:name="android.intent.category.BROWSABLE" />
 
+                <data android:scheme="http" />
                 <data android:scheme="https" />
                 <data android:host="web.gami.vip" />
                 <data android:path="/user/profile" />
@@ -153,6 +155,7 @@
                 <category android:name="android.intent.category.DEFAULT" />
                 <category android:name="android.intent.category.BROWSABLE" />
 
+                <data android:scheme="http" />
                 <data android:scheme="https" />
                 <data android:host="test-web.gami.vip" />
                 <data android:path="/user/profile" />

+ 1 - 1
gradle.properties

@@ -29,7 +29,7 @@ OFFICIAL=false
 
 IS_RELEASE=true
 
-VERSION_CODE=11
+VERSION_CODE=12
 VERSION_NAME=1.0.0
 
 OFFICIAL_UID=9998