Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.19.3

- Fix issue on Android

## 0.19.2

- Add error reporting when embedding is missing size
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
}

dependencies {
implementation 'app.nubrick:nubrick:0.13.4'
implementation 'app.nubrick:nubrick:0.13.5'
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 e2e/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.19.2"
version: "0.19.3"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.19.2"
version: "0.19.3"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// The version of the Nubrick Flutter SDK.
const String nubrickFlutterSdkVersion = '0.19.2';
const String nubrickFlutterSdkVersion = '0.19.3';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nubrick_flutter
description: "Nubrick bridge sdk for flutter"
version: 0.19.2
version: 0.19.3
homepage: "https://nubrick.app"
repository: "https://github.com/plaidev/nubrick-flutter"

Expand Down
Loading