From 8815105bf2462787885214a12af927d484226f21 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 30 Jul 2020 16:40:23 -0300 Subject: Split out common code into multiplatform Kotlin library --- wallet/build.gradle | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'wallet/build.gradle') diff --git a/wallet/build.gradle b/wallet/build.gradle index 8cca8dc..1761018 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -23,7 +23,7 @@ plugins { id "de.undercouch.download" } -def walletCoreVersion = "v0.7.1-dev.14" +def walletCoreVersion = "v0.7.1-dev.16" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger() @@ -47,7 +47,7 @@ android { minSdkVersion 24 targetSdkVersion 29 versionCode 6 - versionName "0.7.1.dev.14" + versionName "0.7.1.dev.16" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\"" } @@ -83,6 +83,10 @@ android { jvmTarget = "1.8" } + packagingOptions { + exclude("META-INF/*.kotlin_module") + } + lintOptions { abortOnError true ignoreWarnings false @@ -93,7 +97,7 @@ android { } dependencies { - implementation project(":taler-kotlin-common") + implementation project(":taler-kotlin-android") implementation project(":anastasis-ui") implementation 'net.taler:akono:0.1' -- cgit v1.2.3