@@ -25,15 +25,16 @@ repositories {
25
25
26
26
dependencies {
27
27
28
- def version = '1.0.9 '
28
+ def version = '1.0.10 '
29
29
30
30
// add the basic analytics interface library
31
31
compile "com.sofakingforever.analytics:analytics:version@aar"
32
32
33
33
// then add the kits you need
34
- compile "com.sofakingforever.analytics:kit-flurry:version@aar"
35
34
compile "com.sofakingforever.analytics:kit-answers:version@aar"
36
35
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"
37
38
38
39
// or implement your own kit/dispatcher
39
40
@@ -45,7 +46,7 @@ Initiate analytics and send events
45
46
46
47
``` kotlin
47
48
// init analytics
48
- analytics = Analytics (this , AnswersDispatcherImpl (init = true ), FirebaseDispatcherImpl (init = true ))
49
+ analytics = Analytics (this , AnswersDispatcherImpl (), FirebaseDispatcherImpl ())
49
50
50
51
// send event
51
52
analytics.track(SimpleEvent ())
@@ -77,8 +78,7 @@ class SimpleEvent : CustomEvent {
77
78
- [x] Add Flurry Default Implementation
78
79
- [x] Add Example Code to App Module
79
80
- [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
83
83
84
84
### Originally developed for [ Wakey - Beautiful Alarm Clock] ( http://bit.ly/2Pmlwhg )
0 commit comments