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 48f83cd commit 9f9aa1aCopy full SHA for 9f9aa1a
packages/image_picker/image_picker_android/android/build.gradle
@@ -41,7 +41,7 @@ android {
41
implementation 'androidx.core:core:1.13.1'
42
implementation 'androidx.annotation:annotation:1.8.0'
43
implementation 'androidx.exifinterface:exifinterface:1.3.7'
44
- implementation 'androidx.activity:activity:1.9.0'
+ implementation 'androidx.activity:activity:1.9.1'
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