From 29e19d02b7befa0c8e18b9c73ac912bb256aa7ee Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 May 2022 17:06:32 +0200 Subject: -update dependencies --- merchant-terminal/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'merchant-terminal') diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle index 19b0136..00fe568 100644 --- a/merchant-terminal/build.gradle +++ b/merchant-terminal/build.gradle @@ -6,14 +6,14 @@ plugins { } android { - compileSdkVersion 31 + compileSdkVersion 32 //noinspection GradleDependency buildToolsVersion "$build_tools_version" defaultConfig { applicationId "net.taler.merchantpos" minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 32 versionCode 2 versionName "0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -78,5 +78,5 @@ dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" testImplementation 'androidx.test.ext:junit:1.1.3' - testImplementation 'org.robolectric:robolectric:4.4' + testImplementation 'org.robolectric:robolectric:4.8.1' } -- cgit v1.2.3