Skip to content

Commit

Permalink
Merge pull request #71 from plaidev/release/flutter.v0.2.4
Browse files Browse the repository at this point in the history
[flutter] update dependencies, and bump Nativebrik Bridge SDK version to 0.2.4
  • Loading branch information
RyosukeCla authored Feb 6, 2025
2 parents 200cd91 + 0f88fd1 commit 4ba51d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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.6'
implementation 'com.nativebrik:sdk:0.1.7'
implementation 'androidx.activity:activity-compose:1.8.2'
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'
Expand Down
8 changes: 4 additions & 4 deletions flutter/nativebrik_bridge/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ PODS:
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
- Nativebrik (0.5.9):
- Nativebrik (0.5.10):
- YogaKit (~> 2.0.0)
- nativebrik_bridge (0.0.1):
- Flutter
- Nativebrik (~> 0.5.9)
- Nativebrik (~> 0.5.10)
- Yoga (2.0.1)
- YogaKit (2.0.1):
- Yoga (~> 2.0.1)
Expand All @@ -33,8 +33,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: 13825b8a9334a850581300559b8839134b124670
Nativebrik: 9540f65acd7c55b38e033fe223a7d82d8d55c689
nativebrik_bridge: 18b3a8f77067fa6f4d3ed12a40ec194e4a4c9908
Nativebrik: e7c192b7578884fd83051b36c741424935885dc6
nativebrik_bridge: 53b46396908617ffe9cc8b475d203dc6dc2807f2
Yoga: 7ac7f65e2d7120bf97e75fd66436ed4c7bf8e37e
YogaKit: 4751ba673fab49df29e2235e23c4ea7d6d5a339c

Expand Down
2 changes: 1 addition & 1 deletion flutter/nativebrik_bridge/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.2.2"
version: "0.2.4"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion flutter/nativebrik_bridge/ios/nativebrik_bridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new Flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Nativebrik', '~> 0.5.9'
s.dependency 'Nativebrik', '~> 0.5.10'
s.ios.deployment_target = '14.0'
s.platform = :ios, '14.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.3
version: 0.2.4
homepage: "https://nativebrik.com"
repository: "https://github.com/plaidev/nativebrik-sdk"

Expand Down

0 comments on commit 4ba51d2

Please sign in to comment.