bridgefy-react-native 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ buildscript {
6
6
  rootProject.allprojects {
7
7
  repositories {
8
8
  maven {
9
- url "https://maven.bridgefy.me/artifactory/libs-release-local"
9
+ url "https://maven.bridgefy.me"
10
10
  }
11
11
  }
12
12
  }
@@ -79,7 +79,7 @@ repositories {
79
79
  def kotlin_version = getExtOrDefault("kotlinVersion")
80
80
 
81
81
  dependencies {
82
- implementation (group: "me.bridgefy", name: "android-sdk", version: "1.2.5", ext: "aar") {
82
+ implementation (group: "me.bridgefy", name: "android-sdk", version: "1.2.6", ext: "aar") {
83
83
  transitive = true
84
84
  }
85
85
  implementation "com.facebook.react:react-android"
@@ -0,0 +1,8 @@
1
+ ## This file must *NOT* be checked into Version Control Systems,
2
+ # as it contains information specific to your local configuration.
3
+ #
4
+ # Location of the SDK. This is only used by Gradle.
5
+ # For customization when using a Version Control System, please read the
6
+ # header note.
7
+ #Thu Nov 06 11:38:46 CST 2025
8
+ sdk.dir=/Users/bridgefy/Library/Android/sdk
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,cpp,swift}"
17
17
  s.private_header_files = "ios/**/*.h"
18
18
 
19
- s.dependency 'BridgefySDK', '~> 1.3.3'
19
+ s.dependency 'BridgefySDK', '~> 1.3.4'
20
20
 
21
21
  install_modules_dependencies(s)
22
22
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bridgefy-react-native",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Bridgefy React Native Library",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",