浏览代码

文字修改

huyuguo 5 年之前
父节点
当前提交
e23aa7e9d5
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      autolayout/build.gradle
  2. 1 1
      videolibrary/picture_library/build.gradle
  3. 3 3
      zxing/build.gradle

+ 1 - 1
autolayout/build.gradle

@ -20,6 +20,6 @@ android {
20 20
}
21 21
22 22
dependencies {
23
    compile fileTree(include: ['*.jar'], dir: 'libs')
23
    api fileTree(include: ['*.jar'], dir: 'libs')
24 24
25 25
}

+ 1 - 1
videolibrary/picture_library/build.gradle

@ -28,5 +28,5 @@ dependencies {
28 28
    api 'io.reactivex.rxjava2:rxjava:2.0.5'
29 29
    api 'io.reactivex.rxjava2:rxandroid:2.0.1'
30 30
    api project(':videolibrary:SmallVideoLib2')
31
    testApi 'junit:junit:4.12'
31
//    testApi 'junit:junit:4.12'
32 32
}

+ 3 - 3
zxing/build.gradle

@ -24,9 +24,9 @@ repositories {
24 24
25 25
dependencies {
26 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'
29
    })
27
//    androidTestApi('com.android.support.test.espresso:espresso-core:2.2.2', {
28
//        exclude group: 'com.android.support', module: 'support-annotations'
29
//    })
30 30
    api 'pub.devrel:easypermissions:0.2.0'
31 31
    api 'com.google.code.gson:gson:2.2.4'
32 32
//    compile 'com.github.bumptech.glide:glide:4.1.1'