@@ -14,10 +14,10 @@ plugins {
1414group= ' com.github.readium'
1515
1616android {
17- compileSdkVersion 30
17+ compileSdkVersion 31
1818 defaultConfig {
1919 minSdkVersion 21
20- targetSdkVersion 30
20+ targetSdkVersion 31
2121 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2222 }
2323 compileOptions {
@@ -63,18 +63,18 @@ dependencies {
6363 implementation " nl.komponents.kovenant:kovenant-functional:3.3.0"
6464 implementation " nl.komponents.kovenant:kovenant-jvm:3.3.0"
6565 implementation " nl.komponents.kovenant:kovenant:3.3.0"
66- implementation " org.jetbrains.kotlin:kotlin-reflect:1.5.20 "
67- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0-native-mt "
66+ implementation " org.jetbrains.kotlin:kotlin-reflect:1.5.31 "
67+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0"
6868 implementation " org.jsoup:jsoup:1.13.1"
6969
7070 testImplementation ' androidx.test.ext:junit-ktx:1.1.3'
7171 testImplementation ' androidx.test:core-ktx:1.4.0'
7272 testImplementation " junit:junit:4.13.2"
7373 testImplementation " net.sf.kxml:kxml2:2.3.0"
7474 testImplementation ' org.assertj:assertj-core:3.19.0'
75- testImplementation " org.jetbrains.kotlin:kotlin-reflect:1.5.20 "
75+ testImplementation " org.jetbrains.kotlin:kotlin-reflect:1.5.31 "
7676 testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
77- testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.2 "
77+ testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0 "
7878 // Latest version of org.json is incompatible with the one bundled in Android, breaking the tests.
7979 // noinspection GradleDependency
8080 testImplementation " org.json:json:20200518"
0 commit comments