Skip to content

Commit 933b009

Browse files
committed
Update inline-activity-result to v1.0.4
Update inline-activity-result to v1.0.4 #32 #92
1 parent 2a558b3 commit 933b009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imagepicker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation 'com.github.yalantis:ucrop:2.2.4'
5353

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

5757
testImplementation 'junit:junit:4.13'
5858
androidTestImplementation 'androidx.test.ext:junit:1.1.1'

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation 'androidx.appcompat:appcompat:1.1.0'
4141
implementation 'androidx.browser:browser:1.2.0'
4242
implementation 'com.google.android.material:material:1.1.0'
43-
implementation 'com.github.florent37:inline-activity-result-kotlin:1.0.3'
43+
implementation 'com.github.florent37:inline-activity-result-kotlin:1.0.4'
4444

4545
testImplementation 'junit:junit:4.13'
4646
androidTestImplementation 'androidx.test.ext:junit:1.1.1'

0 commit comments

Comments
 (0)