We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a746a8 + 168de78 commit d3bf90fCopy full SHA for d3bf90f
app/build.gradle
@@ -45,6 +45,6 @@ dependencies {
45
androidTestImplementation 'com.android.support.test:runner:1.0.1'
46
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
47
48
- // todo call library from https://jitpack.io/ into a main project
+ // todo #23
49
implementation project(':etherscanapi')
50
}
app/src/main/res/values/strings.xml
@@ -4,6 +4,6 @@
4
5
<string name="base_url">http://api.etherscan.io/</string>
6
7
- <!--TODO: Remove Before Publishing-->
+ <!-- todo: #56-->
8
<string name="my_api_key">1I7CRNU2QIU253UBPFVB5UV2C2PBDURAIY</string>
9
</resources>
0 commit comments