diff options
Diffstat (limited to 'merchant-lib')
-rw-r--r-- | merchant-lib/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/merchant-lib/build.gradle b/merchant-lib/build.gradle index d388b27..c554b77 100644 --- a/merchant-lib/build.gradle +++ b/merchant-lib/build.gradle @@ -21,13 +21,13 @@ plugins { } android { - compileSdkVersion 30 + compileSdkVersion 32 //noinspection GradleDependency buildToolsVersion "$build_tools_version" defaultConfig { minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 32 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -61,5 +61,5 @@ dependencies { testImplementation "junit:junit:$junit_version" testImplementation "io.ktor:ktor-client-mock-jvm:$ktor_version" testImplementation "io.ktor:ktor-client-logging-jvm:$ktor_version" - testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1' + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1' } |