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 ++- settings.gradle | 2 +- shapeshifter/build.gradle | 2 ++ shapeshifter/shapeshifter.aar | Bin 0 -> 8479553 bytes 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 shapeshifter/build.gradle create mode 100644 shapeshifter/shapeshifter.aar 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 -> diff --git a/settings.gradle b/settings.gradle index 9d495b34..4b8df4a4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app' \ No newline at end of file +include ':app', ':shapeshifter' \ No newline at end of file diff --git a/shapeshifter/build.gradle b/shapeshifter/build.gradle new file mode 100644 index 00000000..667e13c9 --- /dev/null +++ b/shapeshifter/build.gradle @@ -0,0 +1,2 @@ +configurations.maybeCreate("default") +artifacts.add("default", file('shapeshifter.aar')) \ No newline at end of file diff --git a/shapeshifter/shapeshifter.aar b/shapeshifter/shapeshifter.aar new file mode 100644 index 00000000..bf4aa7bc Binary files /dev/null and b/shapeshifter/shapeshifter.aar differ -- cgit v1.2.3