diff --git a/app/build.gradle b/app/build.gradle index 494d5c3..4f0b08f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,19 +25,19 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:27.1.1' - implementation 'com.android.support.constraint:constraint-layout:1.1.2' + implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.android.support:design:27.1.1' - implementation 'com.jakewharton:butterknife:8.7.0' + implementation 'com.jakewharton:butterknife:8.8.1' implementation 'com.jakewharton.rxbinding2:rxbinding:2.1.1' implementation 'com.jakewharton.timber:timber:4.6.0' implementation 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar' - implementation 'com.github.duanhong169:picker-view:0.3.1' - implementation 'com.github.duanhong169:text-button:1.0.4' - implementation 'com.github.duanhong169:camera:1.0.3' -// implementation project(':camera') + implementation 'com.github.duanhong169:picker-view:1.0.0' + implementation 'com.github.duanhong169:text-button:1.0.5' +// implementation 'com.github.duanhong169:camera:1.0.3' + implementation project(':camera') implementation 'com.github.bumptech.glide:glide:4.7.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1' - annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0' + annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' diff --git a/build.gradle b/build.gradle index b6ce86d..cc5ae4b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.3' + classpath 'com.android.tools.build:gradle:3.1.4' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'