Skip to content

Commit

Permalink
Merge pull request #6 from middleware-labs/session-fix
Browse files Browse the repository at this point in the history
chore: ❇️ upgrading middleware sdk to latest version
  • Loading branch information
Archish27 committed Apr 8, 2024
2 parents cce495b + 015e75e commit b143a45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repositories {
mavenCentral()
google()
maven {
url = uri("https://s01.oss.sonatype.org/content/releases")
url = uri("https://s01.oss.sonatype.org/content/repositories/releases")
}
}

Expand All @@ -84,18 +84,7 @@ dependencies {
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation ('io.github.middleware-labs:android-sdk:2.0.1') {
exclude group: 'org.apache.commons', module: 'commons-compress'
exclude group: 'commons-codec', module: 'commons-codec'
exclude group: 'commons-io', module: 'commons-io'
}
implementation ('org.apache.commons:commons-compress:1.26.0') {
exclude group: 'commons-io', module: 'commons-io'
exclude group: 'org.apache.commons', module: 'commons-lang3'
}
implementation 'commons-io:commons-io:2.14.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'commons-codec:commons-codec:1.16.0'
implementation ('io.github.middleware-labs:android-sdk:2.0.4')
implementation 'io.opentelemetry.android:instrumentation:+'
implementation 'io.opentelemetry:opentelemetry-sdk:+'
runtimeOnly 'io.opentelemetry:opentelemetry-semconv:1.30.1-alpha'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middleware.io/middleware-react-native",
"version": "1.0.1",
"version": "1.0.2",
"description": "Middleware React Native real user monitoring SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit b143a45

Please sign in to comment.