File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.3 .0'
18
+ compile 'com.github.busybusy.AnalyticsKit-Android:analyticskit:0.4 .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.3 .0'
27
+ compile 'com.github.busybusy.AnalyticsKit-Android:answers-provider:0.4 .0'
28
28
}
29
29
```
30
30
@@ -45,7 +45,7 @@ new AnalyticsEvent("Your Event Name")
45
45
.send();
46
46
```
47
47
48
- The framework provides a ``` java ContentViewEvent``` to facilitate capturing content views:
48
+ The framework provides a ``` ContentViewEvent ``` to facilitate capturing content views:
49
49
``` java
50
50
new ContentViewEvent ()
51
51
.putAttribute(" screen_name" , " Dashboard" )
@@ -83,4 +83,4 @@ new AnalyticsEvent("Google and Mixpanel only Event")
83
83
distributed under the License is distributed on an "AS IS" BASIS,
84
84
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
85
85
See the License for the specific language governing permissions and
86
- limitations under the License.
86
+ limitations under the License.
You can’t perform that action at this time.
0 commit comments