Skip to content

Commit

Permalink
Merge pull request #34 from plaidev/flutter
Browse files Browse the repository at this point in the history
[flutter] Update nativebrik_bridge to version 0.2.1 and com.nativebri…
  • Loading branch information
RyosukeCla committed Apr 3, 2024
2 parents bbd489d + 711ba7b commit 9c5461b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions flutter/nativebrik_bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@

- Support Adding/Removing Event Listener
- Update Dependencies

## 0.2.1

- Update com.nativebrik.sdk to 0.1.2
2 changes: 1 addition & 1 deletion flutter/nativebrik_bridge/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
}

dependencies {
implementation 'com.nativebrik:sdk:0.1.1'
implementation 'com.nativebrik:sdk:0.1.2'
implementation 'androidx.activity:activity-compose:1.8.2'
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'
Expand Down
2 changes: 1 addition & 1 deletion flutter/nativebrik_bridge/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nativebrik_bridge
description: "Nativebrik bridge sdk for flutter"
version: 0.2.0
version: 0.2.1
homepage: "https://nativebrik.com"
repository: "https://github.com/plaidev/nativebrik-sdk"

Expand Down

0 comments on commit 9c5461b

Please sign in to comment.