File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ allprojects {
15
15
In your module's build.gradle file, add the dependency:
16
16
``` groovy
17
17
dependencies {
18
- compile 'com.github.busybusy.AnalyticsKit-Android:analyticskit:0.2.3 '
18
+ compile 'com.github.busybusy.AnalyticsKit-Android:analyticskit:0.3.0 '
19
19
...
20
20
}
21
21
```
@@ -24,7 +24,7 @@ You can include the implemented providers you want by adding them to the same de
24
24
``` groovy
25
25
dependencies {
26
26
...
27
- compile 'com.github.busybusy.AnalyticsKit-Android:answers-provider:0.2.3 '
27
+ compile 'com.github.busybusy.AnalyticsKit-Android:answers-provider:0.3.0 '
28
28
}
29
29
```
30
30
@@ -34,7 +34,7 @@ Then initialize AnalyticsKit-Android to work with those providers.
34
34
35
35
``` java
36
36
AnalyticsKit . getInstance()
37
- .registerProvider(new AnswersProvider ());
37
+ .registerProvider(new AnswersProvider (Answers . getInstance() ));
38
38
```
39
39
40
40
Send events where appropriate in your application code.
Original file line number Diff line number Diff line change 25
25
minSdkVersion = 16
26
26
targetSdkVersion = 23
27
27
buildToolsVersion = " 23.0.2"
28
- versionCode = 5
29
- versionName = " 0.2.2 "
28
+ versionCode = 7
29
+ versionName = " 0.3.0 "
30
30
31
31
/* * Unit Testing Dependency Versions **/
32
32
assertj_android_version = " 1.0.0"
You can’t perform that action at this time.
0 commit comments