fix android-geth dependency

Former-commit-id: 71f6865204
This commit is contained in:
Adrian Tiberius 2016-04-22 19:04:29 +03:00
parent 16b71a38f0
commit 387a802789
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ dependencies {
compile project(':react-native-contacts')
compile project(':react-native-i18n')
// 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"])
}

View File

@ -25,7 +25,7 @@ allprojects {
dirs 'libs'
}
maven {
url "http://85.90.244.96:8081/artifactory/libs-release-local"
url "http://185.90.37.89:8081/artifactory/libs-release-local"
}
}
}