summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-07-27 14:00:10 +0200
committercyBerta <cyberta@riseup.net>2019-08-02 01:49:37 +0200
commit5ec2df490ae28ed67c95e931685b8a0240a36ed9 (patch)
treec39c0eb4d53eac24792fd472049897f0a31f19b0
parent38d9a0d9ffe7fddb517e4058c4559a84d99e4a21 (diff)
add shapeshifter library module to project
-rw-r--r--app/build.gradle3
-rw-r--r--settings.gradle2
-rw-r--r--shapeshifter/build.gradle2
-rw-r--r--shapeshifter/shapeshifter.aarbin0 -> 8479553 bytes
4 files changed, 5 insertions, 2 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 ->
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
--- /dev/null
+++ b/shapeshifter/shapeshifter.aar
Binary files differ