Skip to content

Commit 95f85e5

Browse files
committed
Update README.md
1 parent 1d727f6 commit 95f85e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allprojects {
1515
In your module's build.gradle file, add the dependency:
1616
```groovy
1717
dependencies {
18-
compile 'com.github.busybusy.AnalyticsKit-Android:analyticskit:0.3.0'
18+
compile 'com.github.busybusy.AnalyticsKit-Android:analyticskit:0.4.0'
1919
...
2020
}
2121
```
@@ -24,7 +24,7 @@ You can include the implemented providers you want by adding them to the same de
2424
```groovy
2525
dependencies {
2626
...
27-
compile 'com.github.busybusy.AnalyticsKit-Android:answers-provider:0.3.0'
27+
compile 'com.github.busybusy.AnalyticsKit-Android:answers-provider:0.4.0'
2828
}
2929
```
3030

@@ -45,7 +45,7 @@ new AnalyticsEvent("Your Event Name")
4545
.send();
4646
```
4747

48-
The framework provides a ```java ContentViewEvent``` to facilitate capturing content views:
48+
The framework provides a ```ContentViewEvent``` to facilitate capturing content views:
4949
```java
5050
new ContentViewEvent()
5151
.putAttribute("screen_name", "Dashboard")
@@ -83,4 +83,4 @@ new AnalyticsEvent("Google and Mixpanel only Event")
8383
distributed under the License is distributed on an "AS IS" BASIS,
8484
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8585
See the License for the specific language governing permissions and
86-
limitations under the License.
86+
limitations under the License.

0 commit comments

Comments
 (0)