Browse Source

完成3.5.26版本提交

hy 7 months ago
parent
commit
f3b3446414
2 changed files with 4 additions and 4 deletions
  1. 1 1
      app/build.gradle
  2. 3 3
      app/src/main/AndroidManifest.xml

+ 1 - 1
app/build.gradle

160
//        wandoujia {} baidu {} anzhi {} pp {} vivo {} meizu {} sougou {} c360 {}
160
//        wandoujia {} baidu {} anzhi {} pp {} vivo {} meizu {} sougou {} c360 {}
161
        productFlavors.all { flavor ->
161
        productFlavors.all { flavor ->
162
           // flavor.manifestPlaceholders = [UMENG_CHANNEL_VALUE: name]
162
           // flavor.manifestPlaceholders = [UMENG_CHANNEL_VALUE: name]
163
            if (name.contains("vivo") ) {
163
            if (name.contains("vivo") || name.contains("oppo") ) {
164
                resValue "string", "app_name", "一电充电桩"
164
                resValue "string", "app_name", "一电充电桩"
165
                buildConfigField("String","PRIVACY_LINK","\"http://evcharge.cc/pc/privacy-vivo.html\"")
165
                buildConfigField("String","PRIVACY_LINK","\"http://evcharge.cc/pc/privacy-vivo.html\"")
166
                buildConfigField("String","USER_AGREEMENT_LINK","\"http://evcharge.cc/activity/user-proto-vivo.html\"")
166
                buildConfigField("String","USER_AGREEMENT_LINK","\"http://evcharge.cc/activity/user-proto-vivo.html\"")

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

2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:tools="http://schemas.android.com/tools"
3
    xmlns:tools="http://schemas.android.com/tools"
4
    package="com.electric.chargingpile"
4
    package="com.electric.chargingpile"
5
    android:versionCode="111"
6
    android:versionName="3.5.25">
5
    android:versionCode="112"
6
    android:versionName="3.5.26">
7
7
8
   <!-- <uses-permission android:name="android.permission.BLUETOOTH" />
8
   <!-- <uses-permission android:name="android.permission.BLUETOOTH" />
9
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />-->
9
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />-->
91
91
92
    <application
92
    <application
93
        android:allowNativeHeapPointerTagging="false"
93
        android:allowNativeHeapPointerTagging="false"
94
        android:extractNativeLibs="false"
94
        android:extractNativeLibs="true"
95
        android:name=".application.MainApplication"
95
        android:name=".application.MainApplication"
96
        android:icon="@drawable/icon626"
96
        android:icon="@drawable/icon626"
97
        android:label="@string/app_name"
97
        android:label="@string/app_name"