Skip to content

Commit e7b4cf7

Browse files
authored
Merge pull request #24 from approov/feature/3.5.1
Use SDK 3.5.1
2 parents 5bcb46b + d816a83 commit e7b4cf7

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [3.5.1] - (31-July-2025)
2+
- Update platform SDK to version 3.5.1
3+
14
## [3.5.0] - (31-July-2025)
25
- Update platform SDK to version 3.5.0
36

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ artifacts.add("default", file('approov-sdk.aar'))
4545

4646
dependencies {
4747
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
48-
implementation 'io.approov:approov-android-sdk:3.5.0'
48+
implementation 'io.approov:approov-android-sdk:3.5.1'
4949
}

ios/approov_service_flutter_httpclient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'approov_service_flutter_httpclient'
3-
s.version = '3.5.0'
3+
s.version = '3.5.1'
44
s.summary = 'Flutter plugin for accessing Approov SDK attestation services.'
55
s.description = <<-DESC
66
A Flutter plugin using mobile API protection provided by the Approov SDK. If the provided Approov SDK is configured to protect an API, then the plugin will automatically set up pinning and add relevant headers for any request to the API.
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
1515
s.dependency 'Flutter'
16-
s.dependency 'approov-ios-sdk', '~> 3.5.0'
16+
s.dependency 'approov-ios-sdk', '~> 3.5.1'
1717
s.platform = :ios, '11.0'
1818
# Flutter.framework does not contain an i386 slice.
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: approov_service_flutter_httpclient
22
description: Approov enabled HttpClient
3-
version: 3.5.0
3+
version: 3.5.1
44
repository: https://github.com/approov/approov-service-flutter-httpclient
55
homepage: https://pub.dev/publishers/approov.io/packages
66

0 commit comments

Comments
 (0)