diff --git a/android/build.gradle b/android/build.gradle index dab9bef273..e96367b34e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -113,7 +113,7 @@ dependencies { implementation 'com.facebook.react:react-native:+' implementation "org.jetbrains.kotlin:kotlin-stdlib:${safeExtGet('kotlinVersion')}" implementation "androidx.webkit:webkit:${safeExtGet('webkitVersion')}" - implementation 'com.github.classtinginc:android-image-picker:1.1.30' + implementation 'com.github.classtinginc:android-image-picker:1.1.31' implementation 'com.google.code.gson:gson:2.8.3' implementation 'com.igaworks.ssp:IgawAdPopcornSSP:3.2.1' } diff --git a/package.json b/package.json index 293cbf23de..dc360688b3 100644 --- a/package.json +++ b/package.json @@ -102,5 +102,6 @@ "android": { "javaPackageName": "com.reactnativecommunity.webview" } - } + }, + "packageManager": "yarn@1.22.19" }