Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iikirilov committed Nov 22, 2019
1 parent fe8c41b commit d13b626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![web3j](docs/img/web3j.png)
![Aion](docs/img/aion.png)

web3j Aion integration
web3j Aion integration [![Build Status](https://travis-ci.org/web3j/aion.svg?branch=master)](https://travis-ci.org/web3j/aion)
======================

This project integrates [web3j](https://web3j.io/) with the [Aion network](https://aion.network/).
Expand Down
4 changes: 2 additions & 2 deletions gradle/repositories/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repositories {
maven { url 'https://oss.sonatype.org/content/repositories/releases/' }
mavenCentral()
jcenter()
maven { url 'https://oss.sonatype.org/content/repositories/releases/' }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
}

0 comments on commit d13b626

Please sign in to comment.