Added graphenej as a git submodule and as a module to the app.
This commit is contained in:
parent
b0d4c0a930
commit
75a4f601c1
4 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "graphenej"]
|
||||
path = graphenej
|
||||
url = git@github.com:bitshares/graphenej.git
|
|
@ -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
1
graphenejlib
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d66c8f0ff840ac1bb445462885bb8af9c83b8bfa
|
|
@ -1 +1 @@
|
|||
include ':app'
|
||||
include ':app', ':graphenejlib:graphenej'
|
||||
|
|
Loading…
Reference in a new issue