浏览代码

配置文件修改

huyuguo 4 年之前
父节点
当前提交
12be06a50d

+ 2 - 7
XRefreshView/build.gradle

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

+ 1 - 1
app/build.gradle

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

二进制
app/libs/AMap3DMap_6.9.2_AMapNavi_6.9.0_AMapSearch_6.9.2_AMapLocation_4.7.0_20190710.jar


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

二进制
app/src/main/jniLibs/armeabi/libAMapSDK_MAP_v6_9_2.so


二进制
app/src/main/jniLibs/armeabi/libAMapSDK_NAVI_v6_9_0.so


二进制
app/src/main/jniLibs/armeabi/libAMapSDK_NAVI_v7_4_0.so


二进制
app/src/main/jniLibs/armeabi/libneonuijni.so


+ 2 - 7
autolayout/build.gradle

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

+ 1 - 5
library/build.gradle

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

+ 3 - 14
zxing/build.gradle

1
apply plugin: 'com.android.library'
1
apply plugin: 'com.android.library'
2
2
3
android {
3
android {
4
    compileSdkVersion 26
5
    buildToolsVersion '29.0.0'
4
    compileSdkVersion 29
5
    buildToolsVersion '29.0.2'
6
    defaultConfig {
6
    defaultConfig {
7
<<<<<<< HEAD
8
        minSdkVersion 24
7
        minSdkVersion 24
9
        targetSdkVersion 29
8
        targetSdkVersion 29
10
=======
11
        minSdkVersion 19
12
        targetSdkVersion 26
13
>>>>>>> parent of c2b1368... 扫码支付bug修改
14
15
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
9
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
    }
10
    }
17
    buildTypes {
11
    buildTypes {
38
    api 'com.github.bumptech.glide:glide:4.11.0'
32
    api 'com.github.bumptech.glide:glide:4.11.0'
39
//    compile 'com.google.zxing:core:+'
33
//    compile 'com.google.zxing:core:+'
40
//    compile 'com.google.zxing:android-core:+'
34
//    compile 'com.google.zxing:android-core:+'
41
<<<<<<< HEAD
42
    api 'com.google.zxing:core:3.4.0'
35
    api 'com.google.zxing:core:3.4.0'
43
    api 'com.google.zxing:android-core:3.3.0'
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
    api 'com.blankj:utilcode:1.9.8'
38
    api 'com.blankj:utilcode:1.9.8'
50
    api 'com.zhy:okhttputils:2.4.1'
39
    api 'com.zhy:okhttputils:2.4.1'
51
    api 'com.alibaba:fastjson:1.1.64.android'
40
    api 'com.alibaba:fastjson:1.1.64.android'