renamed ethereum-core to ethereumj-core

This commit is contained in:
Jarrad Hope 2015-05-02 19:31:23 +07:00
parent 3d3e8f82c5
commit adda509526
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ android {
}
dependencies {
compile project(':ethereum-core')
compile project(':ethereumj-core')
compile fileTree(include: ['*.jar'], dir: '../libraries')
//compile 'com.android.support:appcompat-v7:21.0.3'
compile files('./libs/robospring-1.0.7.jar')