Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhong169 committed Jul 5, 2018
1 parent 55ba42e commit 2bf9b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
implementation 'com.github.duanhong169:camera:1.0.2'
// implementation project(':camera')
implementation 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
Expand Down
2 changes: 1 addition & 1 deletion camera/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/duanhong169/Camera'
gitUrl = 'https://github.com/duanhong169/Camera.git'

libraryVersion = '1.0.1'
libraryVersion = '1.0.2'

developerId = 'duanhong169'
developerName = 'Hong Duan'
Expand Down

0 comments on commit 2bf9b3a

Please sign in to comment.