de">api 'com.android.support:appcompat-v7:26.1.0'
24
    api 'com.android.support:recyclerview-v7:26.1.0'
24
//    compile 'com.github.bumptech.glide:glide:4.1.1'
25
//    compile 'com.github.bumptech.glide:glide:4.1.1'
25
    compile 'com.github.bumptech.glide:glide:4.2.0'
26
    compile 'com.github.chrisbanes:PhotoView:1.3.0'
27
    compile 'io.reactivex.rxjava2:rxjava:2.0.5'
28
    compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
29
    compile files('libs/isoviewer-1.0-RC-27.jar')
30
    compile project(':videolibrary:SmallVideoLib2')
31
    testCompile 'junit:junit:4.12'
26
    api 'com.github.bumptech.glide:glide:4.2.0'
27
    api 'com.github.chrisbanes:PhotoView:1.3.0'
28
    api 'io.reactivex.rxjava2:rxjava:2.0.5'
29
    api 'io.reactivex.rxjava2:rxandroid:2.0.1'
30
    api project(':videolibrary:SmallVideoLib2')
31
    testApi 'junit:junit:4.12'
32
}
32
}

+ 15 - 15
zxing/build.gradle

1
apply plugin: 'com.android.library'
1
apply plugin: 'com.android.library'
2
2
3
android {
3
android {
4
    compileSdkVersion 25
5
    buildToolsVersion '28.0.3'
4
    compileSdkVersion 26
5
    buildToolsVersion '29.0.0'
6
    defaultConfig {
6
    defaultConfig {
7
        minSdkVersion 15
8
        targetSdkVersion 22
7
        minSdkVersion 19
8
        targetSdkVersion 26
9
9
10
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
10
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
11
    }
11
    }
23
}
23
}
24
24
25
dependencies {
25
dependencies {
26
    compile fileTree(include: ['*.jar'], dir: 'libs')
27
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
26
    api fileTree(include: ['*.jar'], dir: 'libs')
27
    androidTestApi('com.android.support.test.espresso:espresso-core:2.2.2', {
28
        exclude group: 'com.android.support', module: 'support-annotations'
28
        exclude group: 'com.android.support', module: 'support-annotations'
29
    })
29
    })
30
    compile 'pub.devrel:easypermissions:0.2.0'
31
    compile 'com.google.code.gson:gson:2.2.4'
30
    api 'pub.devrel:easypermissions:0.2.0'
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
    compile 'com.github.bumptech.glide:glide:4.2.0'
33
    api 'com.github.bumptech.glide:glide:4.2.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以下的系统奔溃
37
    compile 'com.google.zxing:core:3.3.3'
38
    compile 'com.google.zxing:android-core:3.2.0'
39
    compile 'com.blankj:utilcode:1.9.8'
40
    compile 'com.zhy:okhttputils:2.4.1'
41
    compile 'com.alibaba:fastjson:1.1.64.android'
42
    compile 'org.zackratos:ultimatebar:1.1.1'
37
    api 'com.google.zxing:core:3.3.3'
38
    api 'com.google.zxing:android-core:3.2.0'
39
    api 'com.blankj:utilcode:1.9.8'
40
    api 'com.zhy:okhttputils:2.4.1'
41
    api 'com.alibaba:fastjson:1.1.64.android'
42
    api 'org.zackratos:ultimatebar:1.1.1'
43
43
44
}
44
}

Marko Kay - Gogs: Go Git Service

Подписчики