Skip to content

Commit

Permalink
Update inline-activity-result to v1.0.4
Browse files Browse the repository at this point in the history
Update inline-activity-result to v1.0.4

#32 #92
  • Loading branch information
Dhaval2404 committed Jul 12, 2020
1 parent 2a558b3 commit 933b009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imagepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'com.github.yalantis:ucrop:2.2.4'

//More Info: https://github.com/florent37/InlineActivityResult
compileOnly 'com.github.florent37:inline-activity-result-kotlin:1.0.3'
compileOnly 'com.github.florent37:inline-activity-result-kotlin:1.0.4'

testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.browser:browser:1.2.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.github.florent37:inline-activity-result-kotlin:1.0.3'
implementation 'com.github.florent37:inline-activity-result-kotlin:1.0.4'

testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
Expand Down

0 comments on commit 933b009

Please sign in to comment.