Skip to content

Commit

Permalink
Release 51.3.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-graca authored Feb 21, 2024
1 parent fdad328 commit 7186318
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

# 51.2.2
# 51.3.1

Please find the complete and updated changelog at https://documentation.anyline.com/flutter-plugin-component/latest/changelog.html.
Please find the complete and updated release notes at https://documentation.anyline.com/flutter-plugin-component/latest/release-notes.html.

# 42.2.0

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version '1.0'

buildscript {
ext {
anyline_sdk_version = "51.2.2"
anyline_sdk_version = "51.3.1"
kotlin_version = "1.8.0"
}
repositories {
Expand Down
18 changes: 9 additions & 9 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- Anyline (51.2.0)
- anyline_plugin (51.2.0):
- Anyline (51.3.1)
- anyline_plugin (51.3.1):
- Anyline (~> 51)
- Flutter
- Flutter (1.0.0)
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- permission_handler_apple (9.1.0):
- permission_handler_apple (9.1.1):
- Flutter
- shared_preferences_foundation (0.0.1):
- Flutter
Expand Down Expand Up @@ -37,13 +37,13 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"

SPEC CHECKSUMS:
Anyline: 1ee3174e1dfd3f2f42f6b3828bead70287d484b6
anyline_plugin: 8572013cbc18542313e97fb2f41ed03335e5248a
Anyline: c3240b4176f947254b6e2c8ea4e168a75c9c9e7f
anyline_plugin: 70c78cf6dcef1e575f7acd6bd7f1f5f99dbdf3f5
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
permission_handler_apple: 8f116445eff3c0e7c65ad60f5fef5490aa94b4e4
shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126

PODFILE CHECKSUM: 8f522979e3f0c708f1d45db223b2aecbf369433f

COCOAPODS: 1.14.2
COCOAPODS: 1.15.2
6 changes: 3 additions & 3 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 51.0.1;
MARKETING_VERSION = 51.3.1;
PRODUCT_BUNDLE_IDENTIFIER = io.anyline.flutter.examples;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -545,7 +545,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 51.0.1;
MARKETING_VERSION = 51.3.1;
PRODUCT_BUNDLE_IDENTIFIER = io.anyline.flutter.examples;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -578,7 +578,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 51.0.1;
MARKETING_VERSION = 51.3.1;
PRODUCT_BUNDLE_IDENTIFIER = io.anyline.flutter.examples;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "51.2.2"
version: "51.3.1"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: anyline_plugin_example
description: Demonstrates how to use the anyline_plugin plugin.
version: 51.2.2
version: 51.3.1

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
Expand Down
2 changes: 1 addition & 1 deletion ios/anyline_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'anyline_plugin'
s.version = '51.2.0'
s.version = '51.3.1'
s.summary = 'Anyline SDK'
s.description = <<-DESC
Anyline OCR Module
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: anyline_plugin
description: Flutter Plugin for Anyline OCR, which allows you to scan all kinds of numbers, characters, text and codes.
version: 51.2.2
version: 51.3.1
homepage: https://anyline.com
repository: https://github.com/Anyline/anyline-ocr-flutter-module
documentation: https://documentation.anyline.com
Expand Down

0 comments on commit 7186318

Please sign in to comment.