Skip to content

Commit c696bd2

Browse files
feat(android): allow for photo and video capturing and filter for media type for file uploads (onShowFileChooser)
1 parent c618fff commit c696bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repositories {
5858
dependencies {
5959
// implementation fileTree(dir: 'libs', include: ['*.jar'])
6060
implementation project(':capacitor-android')
61-
implementation("io.ionic.libs:ioninappbrowser-android:1.5.0")
61+
implementation("io.ionic.libs:ioninappbrowser-android:1.6.0")
6262
implementation 'androidx.browser:browser:1.8.0'
6363
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
6464
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"

0 commit comments

Comments
 (0)