diff --git a/CHANGELOG.md b/CHANGELOG.md index 406b44d..a8df587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/android/build.gradle b/android/build.gradle index b40490d..0daf941 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' } diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 89c5ee3..84db396 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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) @@ -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 diff --git a/ios/argyle_link_flutter.podspec b/ios/argyle_link_flutter.podspec index 0274649..e57e01e 100644 --- a/ios/argyle_link_flutter.podspec +++ b/ios/argyle_link_flutter.podspec @@ -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