Skip to content

Commit

Permalink
chore: upgrade Android SDK 1.0.3 -> 1.0.4 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-bridgefy authored Aug 16, 2023
1 parent 44c9f66 commit 8f85d12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3", ext: "aar") {
implementation (group: "me.bridgefy", name: "android-sdk", version: "1.0.4", ext: "aar") {
transitive = true
}
// For < 0.71, this will be from the local maven repo
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</activity>
<meta-data
android:name="com.bridgefy.sdk.API_KEY"
android:value="a0ef12d5-9c06-4862-a881-3f2349fa1f0b" />
android:value="YOUR_API_KEY_HERE" />
</application>
</manifest>
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.3",
"version": "1.0.4",
"description": "Bridgefy React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 8f85d12

Please sign in to comment.