Browse Source

修改最低支持版本为7.0

huyuguo 4 years ago
parent
commit
bffced235f
5 changed files with 6 additions and 6 deletions
  1. 1 1
      XRefreshView/build.gradle
  2. 1 1
      app/build.gradle
  3. 1 1
      autolayout/build.gradle
  4. 1 1
      library/build.gradle
  5. 2 2
      zxing/build.gradle

+ 1 - 1
XRefreshView/build.gradle

6
6
7
    resourcePrefix "XRefreshView"
7
    resourcePrefix "XRefreshView"
8
    defaultConfig {
8
    defaultConfig {
9
        minSdkVersion 21
9
        minSdkVersion 24
10
        targetSdkVersion 29
10
        targetSdkVersion 29
11
        versionCode 1
11
        versionCode 1
12
        versionName "1.0.1"
12
        versionName "1.0.1"

+ 1 - 1
app/build.gradle

31
31
32
    defaultConfig {
32
    defaultConfig {
33
        applicationId "com.electric.chargingpile"
33
        applicationId "com.electric.chargingpile"
34
        minSdkVersion 21
34
        minSdkVersion 24
35
        targetSdkVersion 29
35
        targetSdkVersion 29
36
36
37
        multiDexEnabled true
37
        multiDexEnabled true

+ 1 - 1
autolayout/build.gradle

4
    compileSdkVersion 29
4
    compileSdkVersion 29
5
    buildToolsVersion '29.0.2'
5
    buildToolsVersion '29.0.2'
6
    defaultConfig {
6
    defaultConfig {
7
        minSdkVersion 21
7
        minSdkVersion 24
8
        targetSdkVersion 29
8
        targetSdkVersion 29
9
        versionCode 1
9
        versionCode 1
10
        versionName "1.0"
10
        versionName "1.0"

+ 1 - 1
library/build.gradle

4
    buildToolsVersion '29.0.2'
4
    buildToolsVersion '29.0.2'
5
5
6
    defaultConfig {
6
    defaultConfig {
7
        minSdkVersion 21
7
        minSdkVersion 24
8
    }
8
    }
9
9
10
    buildTypes {
10
    buildTypes {

+ 2 - 2
zxing/build.gradle

4
    compileSdkVersion 29
4
    compileSdkVersion 29
5
    buildToolsVersion '29.0.2'
5
    buildToolsVersion '29.0.2'
6
    defaultConfig {
6
    defaultConfig {
7
        minSdkVersion 21
7
        minSdkVersion 24
8
        targetSdkVersion 29
8
        targetSdkVersion 29
9
9
10
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
10
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
30
    api 'pub.devrel:easypermissions:0.2.0'
30
    api 'pub.devrel:easypermissions:0.2.0'
31
    api 'com.google.code.gson:gson:2.2.4'
31
    api 'com.google.code.gson:gson:2.2.4'
32
//    compile 'com.github.bumptech.glide:glide:4.1.1'
32
//    compile 'com.github.bumptech.glide:glide:4.1.1'
33
    api 'com.github.bumptech.glide:glide:4.2.0'
33
    api 'com.github.bumptech.glide:glide:4.11.0'
34
//    compile 'com.google.zxing:core:+'
34
//    compile 'com.google.zxing:core:+'
35
//    compile 'com.google.zxing:android-core:+'
35
//    compile 'com.google.zxing:android-core:+'
36
    // 扫码时防止24以下的系统奔溃
36
    // 扫码时防止24以下的系统奔溃