diff options
author | Florian Dold <florian@dold.me> | 2022-05-16 17:06:32 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-05-16 17:06:32 +0200 |
commit | 29e19d02b7befa0c8e18b9c73ac912bb256aa7ee (patch) | |
tree | 396799398840c1dd63cae1a0319d7b920a633717 /merchant-lib | |
parent | e6e58ecebe107deeb4a050652fc53c899beab3a6 (diff) | |
download | taler-android-29e19d02b7befa0c8e18b9c73ac912bb256aa7ee.tar.gz taler-android-29e19d02b7befa0c8e18b9c73ac912bb256aa7ee.tar.bz2 taler-android-29e19d02b7befa0c8e18b9c73ac912bb256aa7ee.zip |
-update dependencies
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' } |