diff --git a/app/build.gradle b/app/build.gradle index d4a1c56..494d5c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ dependencies { 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.2' + 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' diff --git a/camera/build.gradle b/camera/build.gradle index d231b6f..75763ff 100644 --- a/camera/build.gradle +++ b/camera/build.gradle @@ -13,7 +13,7 @@ ext { siteUrl = 'https://github.com/duanhong169/Camera' gitUrl = 'https://github.com/duanhong169/Camera.git' - libraryVersion = '1.0.2' + libraryVersion = '1.0.3' developerId = 'duanhong169' developerName = 'Hong Duan'