We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0396738 + 0dfc955 commit 3349f1bCopy full SHA for 3349f1b
README.md
@@ -29,7 +29,7 @@ Add the dependency
29
30
```
31
dependencies {
32
- implementation 'com.github.EbenezerGH:etherscan-android-api:v1.3.0'
+ implementation 'com.github.EbenezerGH:etherscan-android-api:v1.4.0'
33
}
34
35
versions.gradle
@@ -3,8 +3,8 @@ ext {
3
target_sdk_version = 26
4
compile_sdk_version = 26
5
build_tools_version = "27.0.3"
6
- version_code= 3
7
- version_name = "1.1.0"
+ version_code= 4
+ version_name = "1.4.0"
8
9
10
// plugins
0 commit comments