Skip to content

Commit

Permalink
Release 1.4.1 (#29)
Browse files Browse the repository at this point in the history
* Bump dependency versions

* chore: add Podfile.lock
  • Loading branch information
Varnius authored Dec 20, 2023
1 parent 318a390 commit 9df0070
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.4.1

Fixed

- [iOS] Potential App Store validation issues
- [iOS] Minor bugs
- [Android] Fix the wrong login method selected from the bottom sheet intermittently
- [Android] Fix incorrect results and logos in the search
- [Android] Potential crash

## 1.4.0

Added
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.argyle:argyle-link-android:5.5.0'
implementation 'com.argyle:argyle-link-android:5.5.2'
}
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Argyle (5.5.0)
- Argyle (5.5.1)
- argyle_link_flutter (0.0.1):
- Argyle (= 5.5.0)
- Argyle (= 5.5.1)
- Flutter
- Flutter (1.0.0)

Expand All @@ -20,8 +20,8 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
Argyle: 009b3458461aed1d9c6681a24034363dbbd47a08
argyle_link_flutter: 54f4c01925b3f41052c8bf7dfdeb78c6f2ca44bb
Argyle: b4f9d45485f03438df628c9a5b98fe94d8bee8aa
argyle_link_flutter: fe1ea2fbb9ec7a81fb2adf671667f26cfc2d15b7
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854

PODFILE CHECKSUM: 775997f741c536251164e3eacf6e34abf2eb7a17
Expand Down
2 changes: 1 addition & 1 deletion ios/argyle_link_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ A new flutter plugin project.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'Argyle', '5.5.0'
s.dependency 'Argyle', '5.5.1'
end

0 comments on commit 9df0070

Please sign in to comment.