From 74b91d987e120d2d8791adb8be4fab6ff3160e29 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Jul 2024 09:45:56 +0000 Subject: [PATCH] Update Flutter package to version v0.0.1-dev8 --- android/CMakeLists.txt | 2 +- android/build.gradle | 2 +- ios/flutter_breez_liquid.podspec | 5 +++-- pubspec.yaml | 2 +- pubspec_overrides.yaml | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index 43330f1..4f0d33a 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 81c6a56..f05254e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 { diff --git a/ios/flutter_breez_liquid.podspec b/ios/flutter_breez_liquid.podspec index 5190f52..4c81a85 100644 --- a/ios/flutter_breez_liquid.podspec +++ b/ios/flutter_breez_liquid.podspec @@ -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, @@ -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' => 'contact@breez.technology' } diff --git a/pubspec.yaml b/pubspec.yaml index b5f03d6..1d6743c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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' diff --git a/pubspec_overrides.yaml b/pubspec_overrides.yaml index aa34c81..f8f2a35 100644 --- a/pubspec_overrides.yaml +++ b/pubspec_overrides.yaml @@ -3,4 +3,4 @@ dependency_overrides: breez_liquid: git: url: git@github.com:breez/breez-liquid-sdk-dart.git - ref: 0.0.1-dev7 + ref: 0.0.1-dev8