summaryrefslogtreecommitdiff
path: root/merchant-lib/build.gradle
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-05-16 17:06:32 +0200
committerFlorian Dold <florian@dold.me>2022-05-16 17:06:32 +0200
commit29e19d02b7befa0c8e18b9c73ac912bb256aa7ee (patch)
tree396799398840c1dd63cae1a0319d7b920a633717 /merchant-lib/build.gradle
parente6e58ecebe107deeb4a050652fc53c899beab3a6 (diff)
downloadtaler-android-29e19d02b7befa0c8e18b9c73ac912bb256aa7ee.tar.gz
taler-android-29e19d02b7befa0c8e18b9c73ac912bb256aa7ee.tar.bz2
taler-android-29e19d02b7befa0c8e18b9c73ac912bb256aa7ee.zip
-update dependencies
Diffstat (limited to 'merchant-lib/build.gradle')
-rw-r--r--merchant-lib/build.gradle6
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'
}