Skip to content

Commit 382dd13

Browse files
committed
update version
1 parent cc61c97 commit 382dd13

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ etherscan android api is an android wrapper for the [etherscan api](https://ethe
99

1010
There are only a few [features](https://github.com/EbenezerGH/hello_etherscan/issues) left to add, however this version is completely safe to use.
1111

12+
##### Note: For RxJava Implementation use master branch [etherscan-coroutines](https://github.com/EbenezerGH/etherscan-android-api
13+
1214
## Getting Started
1315

1416
Add JitPack to your root build.gradle at the end of repositories
@@ -27,7 +29,7 @@ Add the dependency
2729

2830
```
2931
dependencies {
30-
implementation 'com.github.EbenezerGH:etherscan-android-api:v1.0.3'
32+
implementation 'com.github.EbenezerGH:etherscan-android-api:v1.4.0'
3133
}
3234
```
3335

@@ -39,7 +41,7 @@ ApiKey.takeOff.setApiKey("1I7CRNU2QIU253UBPFVB5UV2C2PBDURAIYZ")
3941

4042
Create an Instance of one of the reactive singles and access values by specifying thread and subscribing. [see [example implementation](https://github.com/EbenezerGH/etherscan-android-api/blob/master/etherscan-sample/src/main/java/jfyg/etherscan/helloetherescan/SampleActivity.kt)]
4143

42-
Currently Available: ``[accounts, contracts, transactions, blocks, stat]``
44+
Currently Available: ``[accountsApi, contractsApi, transactionsApi, blocksApi, statApi]``
4345

4446
Coming Soon: ``[eventLogs, geth, websockets, tokens]``
4547

versions.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ext {
33
target_sdk_version = 26
44
compile_sdk_version = 26
55
build_tools_version = "27.0.3"
6-
version_code= 3
7-
version_name = "1.1.0"
6+
version_code= 4
7+
version_name = "1.4.0"
88

99

1010
// plugins

0 commit comments

Comments
 (0)