change(react-native): android version jump

This commit is contained in:
Shekar Siri 2024-12-05 12:28:13 +01:00
parent 42dd341e6c
commit f8bfbc18e6
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation("com.facebook.react:react-native:0.20.1")
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
implementation("com.github.openreplay:android-tracker:v1.1.2")
implementation("com.github.openreplay:android-tracker:v1.1.3")
}
//allprojects {

View file

@ -1,6 +1,6 @@
{
"name": "@openreplay/react-native",
"version": "0.6.6",
"version": "0.6.8",
"description": "Openreplay React-native connector for iOS applications",
"main": "lib/commonjs/index",
"module": "lib/module/index",