Skip to content

Commit d77315b

Browse files
update redme file
1 parent 517955b commit d77315b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ trackMediaEvent
5555

5656
### createTracker()
5757

58-
The createTracker function is used to instantiate a tracker object for Matomo analytics within a React Native application .It will take `matomo-url` and `siteId` parameter and `auth_token` is optional paramter .
58+
The createTracker function is used to instantiate a tracker object for Matomo analytics within a React Native application .It requires the parameters `matomo-url` and `siteId`, with the optional parameter `auth_token`.
5959

6060
<!-- If you want to create matomo auth_token refere this link https://matomo.org/faq/general/faq_114/ -->
6161

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies {
9191
implementation "com.facebook.react:react-native:+"
9292
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
9393
implementation 'com.jakewharton.timber:timber:5.0.1'
94-
implementation 'com.github.matomo-org:matomo-sdk-android:4.3'
94+
implementation 'com.github.matomo-org:matomo-sdk-android:4.2'
9595
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
9696
}
9797

0 commit comments

Comments
 (0)