Added graphenej as a git submodule and as a module to the app.

master
Severiano Jaramillo 2018-10-31 08:27:09 -06:00
parent b0d4c0a930
commit 75a4f601c1
4 changed files with 6 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "graphenej"]
path = graphenej
url = git@github.com:bitshares/graphenej.git

View File

@ -24,6 +24,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':graphenejlib:graphenej')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'

1
graphenejlib Submodule

@ -0,0 +1 @@
Subproject commit d66c8f0ff840ac1bb445462885bb8af9c83b8bfa

View File

@ -1 +1 @@
include ':app'
include ':app', ':graphenejlib:graphenej'