Skip to content

Commit

Permalink
feat: upgrade sdk version (#7)
Browse files Browse the repository at this point in the history
* chore: improve sample app

* feat: upgrade bridgefy sdk version
  • Loading branch information
mike-bridgefy authored Aug 7, 2023
1 parent 7681481 commit f4e2669
Show file tree
Hide file tree
Showing 5 changed files with 13,314 additions and 1,084 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.2", ext: "aar") {
implementation (group: "me.bridgefy", name: "android-sdk", version: "1.0.3", 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="20ef12d5-9b06-4762-a581-3f2348fa1f0b" />
android:value="a0ef12d5-9c06-4862-a881-3f2349fa1f0b" />
</application>
</manifest>
Loading

0 comments on commit f4e2669

Please sign in to comment.