Skip to content

Commit 7bbeb1a

Browse files
Update README.md
1 parent 062300d commit 7bbeb1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ repositories {
2525
2626
dependencies {
2727
28-
def version = '1.0.9'
28+
def version = '1.0.10'
2929
3030
// add the basic analytics interface library
3131
compile "com.sofakingforever.analytics:analytics:version@aar"
3232
3333
// then add the kits you need
34-
compile "com.sofakingforever.analytics:kit-flurry:version@aar"
3534
compile "com.sofakingforever.analytics:kit-answers:version@aar"
3635
compile "com.sofakingforever.analytics:kit-firebase:version@aar"
36+
compile "com.sofakingforever.analytics:kit-flurry:version@aar"
37+
compile "com.sofakingforever.analytics:kit-mixpanel:version@aar"
3738
3839
// or implement your own kit/dispatcher
3940
@@ -45,7 +46,7 @@ Initiate analytics and send events
4546

4647
```kotlin
4748
// init analytics
48-
analytics = Analytics(this, AnswersDispatcherImpl(init = true), FirebaseDispatcherImpl(init = true))
49+
analytics = Analytics(this, AnswersDispatcherImpl(), FirebaseDispatcherImpl())
4950

5051
// send event
5152
analytics.track(SimpleEvent())
@@ -77,8 +78,7 @@ class SimpleEvent : CustomEvent {
7778
- [x] Add Flurry Default Implementation
7879
- [x] Add Example Code to App Module
7980
- [x] Add Example Code to README
80-
- [ ] Add Documentation
81-
- [ ] Additional Common Dispatchers?
82-
- [ ] Anything else important..?
81+
- [x] Add Documentation
82+
- [ ] Who knows... :o
8383

8484
### Originally developed for [Wakey - Beautiful Alarm Clock](http://bit.ly/2Pmlwhg)

0 commit comments

Comments
 (0)