summaryrefslogtreecommitdiff
path: root/merchant-terminal
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2022-11-01 13:51:02 -0300
committerTorsten Grote <t@grobox.de>2022-11-01 15:18:52 -0300
commit3a6662437dd0a017d6d75ea59eda8524e6fb58e9 (patch)
treee0d2aeceb2906918673552514d4b146842f3deee /merchant-terminal
parent6d78928d32595832e5b0cae0e52c2d4a7d3873a0 (diff)
downloadtaler-android-3a6662437dd0a017d6d75ea59eda8524e6fb58e9.tar.gz
taler-android-3a6662437dd0a017d6d75ea59eda8524e6fb58e9.tar.bz2
taler-android-3a6662437dd0a017d6d75ea59eda8524e6fb58e9.zip
[wallet] Upgrade more libraries to fix lint checks
Diffstat (limited to 'merchant-terminal')
-rw-r--r--merchant-terminal/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle
index 00fe568..b4a2781 100644
--- a/merchant-terminal/build.gradle
+++ b/merchant-terminal/build.gradle
@@ -6,7 +6,7 @@ plugins {
}
android {
- compileSdkVersion 32
+ compileSdkVersion 33
//noinspection GradleDependency
buildToolsVersion "$build_tools_version"
@@ -54,7 +54,6 @@ android {
}
}
-
lint {
abortOnError true
ignore 'WrongConstant'