mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 18:54:52 +00:00
fix android-geth dependency
Former-commit-id: 71f686520435121ab0b1462f26862aa36671cff8
This commit is contained in:
parent
16b71a38f0
commit
387a802789
@ -128,7 +128,7 @@ dependencies {
|
|||||||
compile project(':react-native-contacts')
|
compile project(':react-native-contacts')
|
||||||
compile project(':react-native-i18n')
|
compile project(':react-native-i18n')
|
||||||
// compile(name:'geth', ext:'aar')
|
// compile(name:'geth', ext:'aar')
|
||||||
compile(group: 'syng-im', name: 'android-geth', version: '1.4.0-201603131817-92d65cf', ext: 'aar')
|
compile(group: 'status-im', name: 'android-geth', version: '1.4.0-201604110816-a97a114', ext: 'aar')
|
||||||
|
|
||||||
compile fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"])
|
compile fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"])
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ allprojects {
|
|||||||
dirs 'libs'
|
dirs 'libs'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "http://85.90.244.96:8081/artifactory/libs-release-local"
|
url "http://185.90.37.89:8081/artifactory/libs-release-local"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user