We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dee79 commit 00f24baCopy full SHA for 00f24ba
packages/image_picker/image_picker_android/android/build.gradle
@@ -41,7 +41,7 @@ android {
41
implementation 'androidx.core:core:1.10.1'
42
implementation 'androidx.annotation:annotation:1.7.0'
43
implementation 'androidx.exifinterface:exifinterface:1.3.6'
44
- implementation 'androidx.activity:activity:1.7.2'
+ implementation 'androidx.activity:activity:1.8.2'
45
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
46
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
47
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
0 commit comments