Skip to content

Commit 1bb0cd4

Browse files
authored
fix: bump ioncamera-android to 1.0.1 to resolve duplicate webPath on Android gallery multi-select (#49)
1 parent 8c50403 commit 1bb0cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ repositories {
7575
dependencies {
7676
implementation fileTree(dir: 'libs', include: ['*.jar'])
7777

78-
implementation 'io.ionic.libs:ioncamera-android:1.0.0'
78+
implementation 'io.ionic.libs:ioncamera-android:1.0.1'
7979

8080
if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
8181
implementation "com.capacitorjs:core:$capacitorVersion"

0 commit comments

Comments
 (0)