hy месяцев назад: 7
Родитель
Сommit
f3b3446414
2 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      app/build.gradle
  2. 3 3
      app/src/main/AndroidManifest.xml

+ 1 - 1
app/build.gradle

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

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

@ -2,8 +2,8 @@
2 2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 3
    xmlns:tools="http://schemas.android.com/tools"
4 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 8
   <!-- <uses-permission android:name="android.permission.BLUETOOTH" />
9 9
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />-->
@ -91,7 +91,7 @@
91 91
92 92
    <application
93 93
        android:allowNativeHeapPointerTagging="false"
94
        android:extractNativeLibs="false"
94
        android:extractNativeLibs="true"
95 95
        android:name=".application.MainApplication"
96 96
        android:icon="@drawable/icon626"
97 97
        android:label="@string/app_name"