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 bb0cac8 commit 1003146Copy full SHA for 1003146
packages/image_picker/image_picker_android/android/build.gradle
@@ -44,7 +44,7 @@ android {
44
implementation 'androidx.activity:activity:1.7.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"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.22"))
48
49
testImplementation 'junit:junit:4.13.2'
50
testImplementation 'org.mockito:mockito-core:5.1.1'
0 commit comments