el="">
    compile 'com.alibaba:fastjson:1.1.64.android'
211
    compile 'pub.devrel:easypermissions:0.2.0'
212
    compile 'com.github.PhilJay:MPAndroidChart:v3.0.3'
213
    compile 'com.github.promeg:tinypinyin:1.0.0'
214
    compile 'org.greenrobot:eventbus:3.0.0'
215
    compile files('libs/AMap3DMap_6.9.2_AMapNavi_6.9.0_AMapSearch_6.9.2_AMapLocation_4.7.0_20190710.jar')
216
    compile 'com.qmuiteam:qmui:1.2.0'
217
    compile 'org.zackratos:ultimatebar:1.1.1'
218
    compile project(':XRefreshView')
219
    compile 'com.github.Aspsine:IRecyclerView:0.0.7'
220
    compile 'com.upyun:upyun-android-sdk:+'
221
    compile project(':videolibrary:picture_library')
201
    implementation 'com.github.bumptech.glide:glide:4.2.0'
202
    implementation 'me.iwf.photopicker:PhotoPicker:0.9.12@aar'
203
    implementation 'top.zibin:Luban:1.1.2'
204
    implementation 'com.ms-square:expandableTextView:0.1.4'
205
206
    implementation 'io.reactivex.rxjava2:rxjava:2.0.5'
207
    implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
208
    implementation 'com.cjj.materialrefeshlayout:library:1.3.0'
209
210
    implementation 'com.alibaba:fastjson:1.1.64.android'
211
    implementation 'pub.devrel:easypermissions:0.2.0'
212
    implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
213
    implementation 'com.github.promeg:tinypinyin:1.0.0'
214
    implementation 'org.greenrobot:eventbus:3.0.0'
215
    implementation 'com.qmuiteam:qmui:1.2.0'
216
    implementation 'org.zackratos:ultimatebar:1.1.1'
217
218
    implementation 'com.github.Aspsine:IRecyclerView:0.0.7'
219
    implementation 'com.upyun:upyun-android-sdk:+'
220
222 221
    // 上下翻页
223
    compile 'com.github.castorflex.verticalviewpager:library:19.0.1'
222
    implementation 'com.github.castorflex.verticalviewpager:library:19.0.1'
224 223
    // sqlite异常结局
225
    compile 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
224
    implementation 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
226 225
227
    compile 'com.shuyu:GSYVideoPlayer:5.0.2'
226
    implementation 'com.shuyu:GSYVideoPlayer:5.0.2'
228 227
    //compile 'com.github.chrisbanes:PhotoView:2.0.0'
229
    compile 'com.wang.avi:library:2.1.3'
228
    implementation 'com.wang.avi:library:2.1.3'
230 229
}

BIN
app/libs/android-support-multidex.jar


BIN
app/libs/armeabi/libiconv.so


BIN
app/libs/armeabi/libijkffmpeg.so


BIN
app/libs/armeabi/libijkplayer.so


BIN
app/libs/armeabi/libijksdl.so


BIN
app/libs/armeabi/libjcore113.so


BIN
app/libs/armeabi/libtpnsSecurity.so


BIN
app/libs/armeabi/libtpnsWatchdog.so


BIN
app/libs/armeabi/libzbarjni.so


BIN
app/libs/umeng-analytics-v5.2.4.jar


+ 1 - 1
app/src/main/java/com/electric/chargingpile/activity/UserCenterMoreActivity.java

@ -357,7 +357,7 @@ public class UserCenterMoreActivity extends Activity implements View.OnClickList
357 357
                builder.setPositiveButton("确定", new DialogInterface.OnClickListener() {
358 358
                    @Override
359 359
                    public void onClick(DialogInterface dialog, int which) {
360
                        MobclickAgent.onProfileSignOff();
360
//                        MobclickAgent.onProfileSignOff();
361 361
                        try {
362 362
                            sendLoginStatus();
363 363
                        } catch (Exception e) {

+ 1 - 1
build.gradle

@ -14,7 +14,7 @@ buildscript {
14 14
    }
15 15
16 16
    dependencies {
17
        classpath 'com.android.tools.build:gradle:2.3.3'
17
        classpath 'com.android.tools.build:gradle:3.2.1'
18 18
        classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
19 19
        classpath 'com.tencent.bugly:symtabfileuploader:latest.release'
20 20

+ 1 - 1
gradle/wrapper/gradle-wrapper.properties

@ -4,4 +4,4 @@ distributionPath=wrapper/dists
4 4
zipStoreBase=GRADLE_USER_HOME
5 5
org.gradle.jvmargs=-Xmx5120m -XX\:MaxPermSize\=5120m
6 6
zipStorePath=wrapper/dists
7
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
7
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

+ 1 - 1
settings.gradle

@ -1,2 +1,2 @@
1 1
include ':app', ':autolayout', ':zxing', ':XRefreshView',':library'
2
include ':videolibrary:picture_library', ':videolibrary:SmallVideoLib2'
2
include ':videolibrary:picture_library', ':videolibrary:SmallVideoLib2'

+ 0 - 2
zxing/src/main/AndroidManifest.xml

@ -13,8 +13,6 @@
13 13
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
14 14
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
15 15
16
    <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="22"/>
17
18 16
    <!-- Don't require camera, as this requires a rear camera. This allows it to work on the Nexus 7 -->
19 17
    <uses-feature android:name="android.hardware.camera" android:required="false"/>
20 18
    <uses-feature android:name="android.hardware.camera.front" android:required="false"/>

cdzApp - Gogs: Go Git Service

充电桩app代码

1145873331@qq.com d2f405e921 add video play лет назад: 7
..
wrapper d2f405e921 add video play лет назад: 7