Skip to content

Commit 28c6a70

Browse files
authored
Merge pull request #92 from EbenezerGH/create-example-module
create sample project for 1.0.0 release
2 parents eb67ef4 + 1d97194 commit 28c6a70

29 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create an Instance of one of the reactive Singles and access values by specifyin
2727

2828
Currently Available: ``[accounts, contracts, transactions, blocks, stat]``
2929

30-
Coming Soon: ``eventLogs, geth, websockets, tokens``
30+
Coming Soon: ``[eventLogs, geth, websockets, tokens]``
3131

3232
```
3333
val stat = Stat()
File renamed without changes.
File renamed without changes.
File renamed without changes.

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':etherscanapi'
1+
include ':sample-project', ':etherscanapi'

0 commit comments

Comments
 (0)