Browse Source

文字修改

huyuguo 5 years ago
parent
commit
e23aa7e9d5
3 changed files with 5 additions and 5 deletions
  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
}
20
}
21
21
22
dependencies {
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
    api 'io.reactivex.rxjava2:rxjava:2.0.5'
28
    api 'io.reactivex.rxjava2:rxjava:2.0.5'
29
    api 'io.reactivex.rxjava2:rxandroid:2.0.1'
29
    api 'io.reactivex.rxjava2:rxandroid:2.0.1'
30
    api project(':videolibrary:SmallVideoLib2')
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
24
25
dependencies {
25
dependencies {
26
    api fileTree(include: ['*.jar'], dir: 'libs')
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
    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'