Skip to content

Commit ae2005c

Browse files
authored
Merge pull request #22 from middleware-labs/middleware-android
chore: ⬆️ upgraded middleware-android version
2 parents a300462 + d35a5fc commit ae2005c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
8686
//noinspection GradleDynamicVersion
8787
implementation "com.facebook.react:react-native:+"
88-
implementation 'io.github.middleware-labs:android-sdk:2.0.7-rn'
88+
implementation 'io.github.middleware-labs:android-sdk:2.0.8-rn'
8989
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.4"
9090
implementation 'io.opentelemetry:opentelemetry-api:1.44.1'
9191
implementation 'io.opentelemetry:opentelemetry-sdk:1.44.1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@middleware.io/middleware-react-native",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Middleware React Native real user monitoring SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)