Skip to content

Commit 2f68cd4

Browse files
Update kotlin monorepo to v1.9.20
1 parent f0e4d47 commit 2f68cd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/grayjay-android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ dependencies {
180180
implementation 'com.google.android.flexbox:flexbox:3.0.0'
181181
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
182182
implementation 'com.arthenica:ffmpeg-kit-full:5.1'
183-
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.7.20'
183+
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.20'
184184
implementation 'com.github.dhaval2404:imagepicker:2.1'
185185
implementation 'com.google.zxing:core:3.4.1'
186186
implementation 'com.journeyapps:zxing-android-embedded:4.2.0'
@@ -199,7 +199,7 @@ dependencies {
199199

200200
testImplementation 'junit:junit:4.13.2'
201201
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2'
202-
testImplementation "org.jetbrains.kotlin:kotlin-test:1.8.20"
202+
testImplementation "org.jetbrains.kotlin:kotlin-test:1.9.20"
203203
testImplementation "org.xmlunit:xmlunit-core:2.9.1"
204204
testImplementation "org.mockito:mockito-core:5.4.0"
205205
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

0 commit comments

Comments
 (0)