Skip to content

Commit

Permalink
Update iOS and Prepare Flutter Release (#84)
Browse files Browse the repository at this point in the history
* update iOS sdk

* Update CHANGELOG.md
  • Loading branch information
jumaallan authored Jul 3, 2024
1 parent 647f824 commit 4cb0471
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 10.1.3

* Bump iOS to 10.2.1 (https://github.com/smileidentity/ios/releases/tag/v10.2.1)
* Bump Android to 10.1.7 (https://github.com/smileidentity/android/releases/tag/v10.1.7)

## 10.1.2

* Set jvmTarget to 17 in Gradle to fix android specific build issues
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ PODS:
- integration_test (0.0.1):
- Flutter
- lottie-ios (4.4.3)
- smile_id (10.2.0):
- smile_id (10.2.1):
- Flutter
- SmileID (= 10.2.0)
- SmileID (10.2.0):
- SmileID (= 10.2.1)
- SmileID (10.2.1):
- lottie-ios (~> 4.4.2)
- Zip (~> 2.1.0)
- Zip (2.1.2)
Expand Down Expand Up @@ -34,8 +34,8 @@ SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
integration_test: 13825b8a9334a850581300559b8839134b124670
lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418
smile_id: 28bd15b7b308a99e5b1661f74d487c053c15cd59
SmileID: bfcd426e9a47560eb949c18591ad032a8d8cde0d
smile_id: c34f97e0a5fbea7b3ba0e763db17fd10d72a6090
SmileID: 01d8a31a80e3ed5634a6cda5ffdae211a8427213
Zip: b3fef584b147b6e582b2256a9815c897d60ddc67

PODFILE CHECKSUM: 929954fb8941cef06249e96bd1516fd2a22ed7a5
Expand Down
4 changes: 2 additions & 2 deletions ios/smile_id.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0'
s.version = '10.2.1'
s.summary = 'Official Smile ID SDK for Flutter'
s.description = <<-DESC
A new Flutter project.
Expand All @@ -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.2.0'
s.dependency 'SmileID', '10.2.1'
s.platform = :ios, '13.0'

# Flutter.framework does not contain a i386 slice.
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: smile_id
description: The Official Smile ID Flutter SDK
version: 10.1.2
version: 10.1.3
homepage: "https://usesmileid.com"

environment:
Expand Down

0 comments on commit 4cb0471

Please sign in to comment.