Explorar el Código

配置文件修改

huyuguo %!s(int64=4) %!d(string=hace) años
padre
commit
12be06a50d

+ 2 - 7
XRefreshView/build.gradle

@ -1,18 +1,13 @@
1 1
apply plugin: 'com.android.library'
2 2
3 3
android {
4
    compileSdkVersion 26
5
    buildToolsVersion '29.0.0'
4
    compileSdkVersion 29
5
    buildToolsVersion '29.0.2'
6 6
7 7
    resourcePrefix "XRefreshView"
8 8
    defaultConfig {
9
<<<<<<< HEAD
10 9
        minSdkVersion 24
11 10
        targetSdkVersion 29
12
=======
13
        minSdkVersion 14
14
        targetSdkVersion 26
15
>>>>>>> parent of c2b1368... 扫码支付bug修改
16 11
        versionCode 1
17 12
        versionName "1.0.1"
18 13
    }

+ 1 - 1
app/build.gradle

@ -77,7 +77,7 @@ android {
77 77
            zipAlignEnabled true
78 78
            // 移除无用的resource文件
79 79
            //启用代码混淆
80
            minifyEnabled false
80
            minifyEnabled true
81 81
//            shrinkResources true
82 82
            //混淆规则配置文件
83 83
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

BIN
app/libs/AMap3DMap_6.9.2_AMapNavi_6.9.0_AMapSearch_6.9.2_AMapLocation_4.7.0_20190710.jar


BIN
app/libs/AMap3DMap_7.4.0_AMapNavi_7.4.0_AMapSearch_7.3.0_AMapLocation_5.0.0_20200609.jar


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

@ -2,13 +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
<<<<<<< HEAD
6 5
    android:versionCode="91"
7 6
    android:versionName="3.5.3">
8
=======
9
    android:versionCode="89"
10
    android:versionName="3.5.1">
11
>>>>>>> parent of c2b1368... 扫码支付bug修改
12 7
    <!-- 往SDCard写入数据权限 -->
13 8
    <permission
14 9
        android:name="${applicationId}.permission.JPUSH_MESSAGE"

BIN
app/src/main/jniLibs/armeabi/libAMapSDK_MAP_v6_9_2.so


BIN
app/src/main/jniLibs/armeabi/libAMapSDK_NAVI_v6_9_0.so


BIN
app/src/main/jniLibs/armeabi/libAMapSDK_NAVI_v7_4_0.so


BIN
app/src/main/jniLibs/armeabi/libneonuijni.so


+ 2 - 7
autolayout/build.gradle

@ -1,16 +1,11 @@
1 1
apply plugin: 'com.android.library'
2 2
3 3
android {
4
    compileSdkVersion 26
5
    buildToolsVersion '29.0.0'
4
    compileSdkVersion 29
5
    buildToolsVersion '29.0.2'
6 6
    defaultConfig {
7
<<<<<<< HEAD
8 7
        minSdkVersion 24
9 8
        targetSdkVersion 29
10
=======
11
        minSdkVersion 19
12
        targetSdkVersion 26
13
>>>>>>> parent of c2b1368... 扫码支付bug修改
14 9
        versionCode 1
15 10
        versionName "1.0"
16 11
    }

+ 1 - 5
library/build.gradle

@ -1,14 +1,10 @@
1 1
apply plugin: 'com.android.library'
2 2
android {
3 3
    compileSdkVersion 29
4
    buildToolsVersion '29.0.0'
4
    buildToolsVersion '29.0.2'
5 5
6 6
    defaultConfig {
7
<<<<<<< HEAD
8 7
        minSdkVersion 24
9
=======
10
        minSdkVersion 19
11
>>>>>>> parent of c2b1368... 扫码支付bug修改
12 8
    }
13 9
14 10
    buildTypes {

+ 3 - 14
zxing/build.gradle

@ -1,17 +1,11 @@
1 1
apply plugin: 'com.android.library'
2 2
3 3
android {
4
    compileSdkVersion 26
5
    buildToolsVersion '29.0.0'
4
    compileSdkVersion 29
5
    buildToolsVersion '29.0.2'
6 6
    defaultConfig {
7
<<<<<<< HEAD
8 7
        minSdkVersion 24
9 8
        targetSdkVersion 29
10
=======
11
        minSdkVersion 19
12
        targetSdkVersion 26
13
>>>>>>> parent of c2b1368... 扫码支付bug修改
14
15 9
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16 10
    }
17 11
    buildTypes {
@ -38,14 +32,9 @@ dependencies {
38 32
    api 'com.github.bumptech.glide:glide:4.11.0'
39 33
//    compile 'com.google.zxing:core:+'
40 34
//    compile 'com.google.zxing:android-core:+'
41
<<<<<<< HEAD
42 35
    api 'com.google.zxing:core:3.4.0'
43 36
    api 'com.google.zxing:android-core:3.3.0'
44
=======
45
    // 扫码时防止24以下的系统奔溃
46
    api 'com.google.zxing:core:3.3.3'
47
    api 'com.google.zxing:android-core:3.2.0'
48
>>>>>>> parent of c2b1368... 扫码支付bug修改
37
49 38
    api 'com.blankj:utilcode:1.9.8'
50 39
    api 'com.zhy:okhttputils:2.4.1'
51 40
    api 'com.alibaba:fastjson:1.1.64.android'