Skip to content

Commit 72713b3

Browse files
authored
Merge pull request #180 from adjust/v545
Version 5.4.5
2 parents 45df17b + 21dcc9e commit 72713b3

File tree

8 files changed

+18
-8
lines changed

8 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Version 5.4.5 (23rd October 2025)
2+
#### Changed
3+
- Updated the Adjust Signature library version to 3.61.0.
4+
5+
#### Native SDKs
6+
- **iOS:** [v5.4.6](https://github.com/adjust/ios_sdk/tree/v5.4.6)
7+
- **Android:** [v5.4.5](https://github.com/adjust/android_sdk/tree/v5.4.5)
8+
9+
---
10+
111
### Version 5.4.4 (25th September 2025)
212
#### Changed
313
- Updated Gradle version of the plugin, example and test Android apps to `8.13.0` and `compileSdk` and `targetSdk` to `36` (https://github.com/adjust/flutter_sdk/issues/178).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.4
1+
5.4.5

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ android {
3737
}
3838

3939
dependencies {
40-
implementation 'com.adjust.sdk:adjust-android:5.4.4'
40+
implementation 'com.adjust.sdk:adjust-android:5.4.5'
4141
}

example/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ flutter {
4242
}
4343

4444
dependencies {
45-
implementation("com.adjust.sdk:adjust-android-google-lvl:5.4.4")
45+
implementation("com.adjust.sdk:adjust-android-google-lvl:5.4.5")
4646
}

ios/adjust_sdk.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 = 'adjust_sdk'
3-
s.version = '5.4.4'
3+
s.version = '5.4.5'
44
s.summary = 'Adjust Flutter SDK for iOS platform'
55
s.description = <<-DESC
66
Adjust Flutter SDK for iOS platform.
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = '12.0'
1515

1616
s.dependency 'Flutter'
17-
s.dependency 'Adjust', '5.4.4'
17+
s.dependency 'Adjust', '5.4.6'
1818
end

lib/adjust.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import 'package:flutter/services.dart';
2424
import 'package:meta/meta.dart';
2525

2626
class Adjust {
27-
static const String _sdkPrefix = 'flutter5.4.4';
27+
static const String _sdkPrefix = 'flutter5.4.5';
2828
static const MethodChannel _channel =
2929
const MethodChannel('com.adjust.sdk/api');
3030

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: adjust_sdk
22
description: This is the Flutter SDK of Adjust™. You can read more about Adjust™ at adjust.com.
33
homepage: https://github.com/adjust/flutter_sdk
4-
version: 5.4.4
4+
version: 5.4.5
55

66
environment:
77
sdk: ">=2.12.0 <4.0.0"

test/ios/test_lib.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'test_lib'
3-
s.version = '5.4.4'
3+
s.version = '5.4.5'
44
s.summary = 'Adjust test library for iOS platform'
55
s.description = <<-DESC
66
Adjust test library for iOS platform.

0 commit comments

Comments
 (0)