summaryrefslogtreecommitdiff
path: root/merchant-lib
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-04-11 17:24:52 -0300
committerTorsten Grote <t@grobox.de>2023-04-11 17:24:52 -0300
commit14cd3ad23f6e7008fae506df1e8894c977f61516 (patch)
treef1b97f1d9faeda099ee7b2703f18a760fbeb89eb /merchant-lib
parent3c2bf6e27d41430718b43ec09e6b1d9d020c5478 (diff)
downloadtaler-android-14cd3ad23f6e7008fae506df1e8894c977f61516.tar.gz
taler-android-14cd3ad23f6e7008fae506df1e8894c977f61516.tar.bz2
taler-android-14cd3ad23f6e7008fae506df1e8894c977f61516.zip
[pos] Target SDK 33 and update libraries
Diffstat (limited to 'merchant-lib')
-rw-r--r--merchant-lib/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/merchant-lib/build.gradle b/merchant-lib/build.gradle
index 50c2aa5..2892cd6 100644
--- a/merchant-lib/build.gradle
+++ b/merchant-lib/build.gradle
@@ -21,13 +21,12 @@ plugins {
}
android {
- compileSdkVersion 32
+ compileSdkVersion 33
//noinspection GradleDependency
buildToolsVersion "$build_tools_version"
defaultConfig {
minSdkVersion 21
- targetSdkVersion 32
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"