Skip to content

Commit

Permalink
chore: updated bridgefy SDK 1.0.1 to 1.0.2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-bridgefy authored Jul 27, 2023
1 parent 3fd659c commit 458c159
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ repositories {
def kotlin_version = getExtOrDefault("kotlinVersion")

dependencies {
implementation (group: "me.bridgefy", name: "android-sdk", version: "1.0.1", ext: "aar") {
implementation (group: "me.bridgefy", name: "android-sdk", version: "1.0.2", ext: "aar") {
transitive = true
}
// For < 0.71, this will be from the local maven repo
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridgefy-react-native",
"version": "1.0.1",
"version": "1.0.2",
"description": "Bridgefy React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 458c159

Please sign in to comment.