Skip to content

Commit 5bcb46b

Browse files
authored
Merge pull request #23 from approov/feature/3.5.0
Feature/3.5.0
2 parents b21f7ed + 3b116ae commit 5bcb46b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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.0] - (31-July-2025)
2+
- Update platform SDK to version 3.5.0
3+
14
## [3.4.2] - (2025-May-20)
25
- Async service initialize function now returns a future to enable awaits
36
- Fix pub.dev listing to link to the correct github repo

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.4.1'
48+
implementation 'io.approov:approov-android-sdk:3.5.0'
4949
}

ios/approov_service_flutter_httpclient.podspec

Lines changed: 3 additions & 3 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.4.0'
3+
s.version = '3.5.0'
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,8 +13,8 @@ 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.4.0'
17-
s.platform = :ios, '12.0'
16+
s.dependency 'approov-ios-sdk', '~> 3.5.0'
17+
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' }
2020
#s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 x86_64' }

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.4.2
3+
version: 3.5.0
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)