From 5ec2df490ae28ed67c95e931685b8a0240a36ed9 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 27 Jul 2019 14:00:10 +0200 Subject: add shapeshifter library module to project --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index c098aee8..29fbde3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -153,7 +153,7 @@ android { } debug { assets.srcDirs = ['src/debug/assets', - '../go/out'] + /*'../go/out'*/] } test { @@ -207,6 +207,7 @@ dependencies { implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.android.support:multidex:1.0.3' implementation 'com.android.support:cardview-v7:28.0.0' + implementation project(path: ':shapeshifter') } android.applicationVariants.all { variant -> -- cgit v1.2.3