Skip to content

Commit 934bd36

Browse files
authored
Merge pull request #95 from EbenezerGH/create-beta-library
create v0.7.0-beta.1
2 parents 83130ad + 6039e65 commit 934bd36

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[![Generic badge](https://img.shields.io/badge/EtherscanApi-UP-brightgreen.svg)](https://api.etherscan.io/api?module=stats&action=ethprice&apikey=YourApiKeyToken)
22
[![Generic badge](https://img.shields.io/badge/CircleCI-UP-brightgreen.svg)](https://circleci.com/gh/EbenezerGH/hello_etherscan/tree/master)
3+
[![Generic badge](https://img.shields.io/badge/Version-v0.7.0-beta.1,-yellow.svg)](https://circleci.com/gh/EbenezerGH/hello_etherscan/tree/master)
34
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/EbenezerGH/hello_etherscan/blob/update-documentation/LICENSE)
45

56
# etherscan-android-api
67

78
etherscan android api is an android wrapper for the [etherscan api](https://etherscan.io/apis). This is just a module to handle networking calls.
89

9-
No Releases yet, [features](https://github.com/EbenezerGH/hello_etherscan/issues) still left to be completed.
10+
[features](https://github.com/EbenezerGH/hello_etherscan/issues) Though this version is completely safe to use, There are a couple of edge cases to be handled before the first version.
1011

1112
## Getting Started
1213

etherscan-sample/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ dependencies {
4141
implementation 'com.android.support:design:26.1.0'
4242
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
4343

44-
// todo #23
4544
implementation project(':etherscanapi')
4645
}

etherscan-sample/src/main/res/values/strings.xml

-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
<string name="app_name">Hello Etherscan</string>
33
<string name="action_settings">Settings</string>
44

5-
<string name="base_url">http://api.etherscan.io/</string>
6-
7-
<!-- todo: #56-->
85
<string name="my_api_key">1I7CRNU2QIU253UBPFVB5UV2C2PBDURAIY</string>
96
</resources>

0 commit comments

Comments
 (0)