diff options
author | cyBerta <cyberta@riseup.net> | 2019-07-27 14:00:10 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-08-02 01:49:37 +0200 |
commit | 5ec2df490ae28ed67c95e931685b8a0240a36ed9 (patch) | |
tree | c39c0eb4d53eac24792fd472049897f0a31f19b0 /app/build.gradle | |
parent | 38d9a0d9ffe7fddb517e4058c4559a84d99e4a21 (diff) |
add shapeshifter library module to project
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
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 -> |