From 58a5cb6fa6646756aeafee59dfbd6cfed27a48e2 Mon Sep 17 00:00:00 2001 From: Juma Allan Date: Wed, 12 Jun 2024 16:29:36 +0300 Subject: [PATCH 1/4] update iOS to version 10.1.6 --- example/ios/Podfile.lock | 10 +++++----- ios/smile_id.podspec | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index b37efe71..5ad45c63 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -3,10 +3,10 @@ PODS: - integration_test (0.0.1): - Flutter - lottie-ios (4.4.3) - - smile_id (10.1.5): + - smile_id (10.1.6): - Flutter - - SmileID (= 10.1.5) - - SmileID (10.1.5): + - SmileID (= 10.1.6) + - SmileID (10.1.6): - lottie-ios (~> 4.4.2) - Zip (~> 2.1.0) - Zip (2.1.2) @@ -34,8 +34,8 @@ SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 integration_test: 13825b8a9334a850581300559b8839134b124670 lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418 - smile_id: 937428bc780e679277f5b84a0a39838003173c59 - SmileID: 2aa3ea205b27e1ab8fe8e8ae306dfdd25fedfcd1 + smile_id: 52080f8ec2a65656dfd4d1a0a2e387ca2c9247f4 + SmileID: a3dd288193c84518e4f7c0fe9383de685afbac6e Zip: b3fef584b147b6e582b2256a9815c897d60ddc67 PODFILE CHECKSUM: 929954fb8941cef06249e96bd1516fd2a22ed7a5 diff --git a/ios/smile_id.podspec b/ios/smile_id.podspec index 0c261c48..e5545d0d 100644 --- a/ios/smile_id.podspec +++ b/ios/smile_id.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = 'smile_id' # NB! Keep this version in sync with the Native iOS SDK version - s.version = '10.1.5' + s.version = '10.1.6' s.summary = 'Official Smile ID SDK for Flutter' s.description = <<-DESC A new Flutter project. @@ -15,7 +15,7 @@ A new Flutter project. s.source_files = 'Classes/**/*' s.dependency 'Flutter' # NB! Update the s.version above when changing this version - s.dependency 'SmileID', '10.1.5' + s.dependency 'SmileID', '10.1.6' s.platform = :ios, '13.0' # Flutter.framework does not contain a i386 slice. From 702d4f44f44ef28e3e179cd43e18bcbdf4b8b769 Mon Sep 17 00:00:00 2001 From: Juma Allan Date: Thu, 13 Jun 2024 15:17:57 +0300 Subject: [PATCH 2/4] bump up android sdk to 10.1.6 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a5366699..f9e27584 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group "com.smileidentity.flutter" -version findProperty("SDK_VERSION") ?: "10.1.5" +version findProperty("SDK_VERSION") ?: "10.1.6" buildscript { ext.kotlin_version = "1.9.10" From f7a04a0c72aeab7c2cebdad89c3dd02112808792 Mon Sep 17 00:00:00 2001 From: Juma Allan Date: Thu, 13 Jun 2024 15:37:48 +0300 Subject: [PATCH 3/4] updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d162e596..1eaf2f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Enhanced document verification * Added an Offline Mode, enabled by calling `SmileID.setAllowOfflineMode(true)`. If a job is attempted while the device is offline, and offline mode has been enabled, the UI will complete successfully and the job can be submitted at a later time by calling `SmileID.submitJob(jobId)` * Improved SmartSelfie Enrollment and Authentication times by moving to a synchronous API endpoint +* Update generic errors with actual platform errors ## 10.0.12 From 7214935801074bdcfc951a888e82222f23910f4b Mon Sep 17 00:00:00 2001 From: Juma Allan Date: Thu, 13 Jun 2024 15:42:00 +0300 Subject: [PATCH 4/4] updated CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eaf2f69..824ec6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * Added an Offline Mode, enabled by calling `SmileID.setAllowOfflineMode(true)`. If a job is attempted while the device is offline, and offline mode has been enabled, the UI will complete successfully and the job can be submitted at a later time by calling `SmileID.submitJob(jobId)` * Improved SmartSelfie Enrollment and Authentication times by moving to a synchronous API endpoint * Update generic errors with actual platform errors +* Bump iOS to 10.1.6 (https://github.com/smileidentity/ios/releases/tag/v10.1.6) +* Bump Android to 10.1.6 (https://github.com/smileidentity/android/releases/tag/v10.1.6) ## 10.0.12