Skip to content

Commit

Permalink
Update Flutter package to version v0.0.1-dev8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 3, 2024
1 parent fe3e7e2 commit 74b91d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(TagName "v0.0.1-dev7")
set(TagName "v0.0.1-dev8")
set(LibraryVersion "breez_liquid-${TagName}")

# Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The Android Gradle Plugin builds the native code with the Android NDK.

group 'com.example.flutter_breez_liquid'
version '0.0.1-dev7'
version '0.0.1-dev8'

buildscript {
repositories {
Expand Down
5 changes: 3 additions & 2 deletions ios/flutter_breez_liquid.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tag_name = 'v0.0.1-dev7'
version = '0.0.1-dev8'
tag_name = "v#{version}"
release_tag_name = "breez_liquid-#{tag_name}"

# We cannot distribute the XCFramework alongside the library directly,
Expand All @@ -10,7 +11,7 @@ local_zip_name = "#{release_tag_name}.zip"

Pod::Spec.new do |spec|
spec.name = 'flutter_breez_liquid'
spec.version = "#{tag_name}"
spec.version = "#{version}"
spec.license = { :file => '../LICENSE' }
spec.homepage = 'https://breez.technology'
spec.authors = { 'Breez' => '[email protected]' }
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_breez_liquid
description: Flutter wrapper around Dart bindings for the Breez Liquid SDK
version: 0.0.1-dev7
version: 0.0.1-dev8
homepage: https://breez.technology
repository: https://github.com/breez/breez-liquid-sdk-flutter
publish_to: 'none'
Expand Down
2 changes: 1 addition & 1 deletion pubspec_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependency_overrides:
breez_liquid:
git:
url: [email protected]:breez/breez-liquid-sdk-dart.git
ref: 0.0.1-dev7
ref: 0.0.1-dev8

0 comments on commit 74b91d9

Please sign in to comment.