From c9fb036798fc533a07b4b75386b51151b31f8be0 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 20 Jul 2020 16:37:46 -0300 Subject: [pos] create merchant-lib and move first v1 API endpoint there --- merchant-terminal/build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'merchant-terminal/build.gradle') diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle index 8a7eac7..2ba1a66 100644 --- a/merchant-terminal/build.gradle +++ b/merchant-terminal/build.gradle @@ -46,10 +46,16 @@ android { // https://github.com/material-components/material-components-android/issues/504 ignore "WrongConstant" } + + packagingOptions { + exclude 'META-INF/common.kotlin_module' + exclude 'META-INF/*.kotlin_module' + } } dependencies { implementation project(":taler-kotlin-common") + implementation project(":merchant-lib") implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' @@ -63,7 +69,7 @@ dependencies { // HTTP Requests implementation 'com.android.volley:volley:1.1.1' - implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" + implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" // JSON parsing and serialization implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.10.2" -- cgit v1.2.3