Skip to content

Commit 0f840fd

Browse files
authored
Merge pull request #2 from logicwind/dev
update kotlin version
2 parents 9ad1826 + 00f38d0 commit 0f840fd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ReactNativeMatomoTracker_kotlinVersion=1.7.0
1+
ReactNativeMatomoTracker_kotlinVersion=1.9.0
22
ReactNativeMatomoTracker_minSdkVersion=21
33
ReactNativeMatomoTracker_targetSdkVersion=31
44
ReactNativeMatomoTracker_compileSdkVersion=31

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicwind/react-native-matomo-tracker",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React-native plugin for matomo analytics",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -37,7 +37,10 @@
3737
"keywords": [
3838
"react-native",
3939
"ios",
40-
"android"
40+
"android",
41+
"react-native-tvos",
42+
"analytics",
43+
"tracking"
4144
],
4245
"repository": {
4346
"type": "git",

0 commit comments

Comments
 (0)