File tree Expand file tree Collapse file tree 5 files changed +16
-11
lines changed Expand file tree Collapse file tree 5 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
1
[ Release Notes] ( https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/ )
2
2
3
+ ### 2.17.2 - October 1, 2024
4
+
5
+ ## Improvements
6
+ * Update to improve compatibility and ensure smoother performance with Google Consent Mode
7
+
3
8
### 2.17.1 - September 25, 2024
4
9
5
10
## Improvements
Original file line number Diff line number Diff line change 1
- def usercentrics_version = " 2.17.1 "
1
+ def usercentrics_version = " 2.17.2 "
2
2
3
3
group ' com.usercentrics.sdk.flutter'
4
4
version usercentrics_version
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - Usercentrics (2.17.1 )
4
- - usercentrics_sdk (2.17.1 ):
3
+ - Usercentrics (2.17.2 )
4
+ - usercentrics_sdk (2.17.2 ):
5
5
- Flutter
6
- - UsercentricsUI (= 2.17.1 )
7
- - UsercentricsUI (2.17.1 ):
8
- - Usercentrics (= 2.17.1 )
6
+ - UsercentricsUI (= 2.17.2 )
7
+ - UsercentricsUI (2.17.2 ):
8
+ - Usercentrics (= 2.17.2 )
9
9
- webview_flutter_wkwebview (0.0.1):
10
10
- Flutter
11
11
@@ -29,9 +29,9 @@ EXTERNAL SOURCES:
29
29
30
30
SPEC CHECKSUMS:
31
31
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
32
- Usercentrics: ed9f2beb823a28b14713abcb8c0de07891985349
33
- usercentrics_sdk: 9c224b36ede30397020f4a54184275eb8417a873
34
- UsercentricsUI: 3fd71db2923f5b4021b056db8786e44f7b47f045
32
+ Usercentrics: 31f33a825d28681fd435da9518ad5939276cbc59
33
+ usercentrics_sdk: 7857fcff652f9f9a531ffa1c2c8bc0e58cdd4844
34
+ UsercentricsUI: 2462df789b1d52aa3f51590079b000a15295b71c
35
35
webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
36
36
37
37
PODFILE CHECKSUM: 723de1cf6e2f18b51eb3426c945e31134a750097
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'usercentrics_sdk'
3
- s . version = '2.17.1 '
3
+ s . version = '2.17.2 '
4
4
s . summary = 'Usercentrics Flutter SDK.'
5
5
s . description = <<-DESC
6
6
Usercentrics Flutter SDK.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository: https://github.com/Usercentrics/flutter-sdk/
9
9
# [X] android/build.gradle
10
10
# [X] ios/usercentrics_sdk.podspec + pod install/update
11
11
# [X] CHANGELOG.md
12
- version : 2.17.1
12
+ version : 2.17.2
13
13
14
14
environment :
15
15
sdk : " >=2.17.1 <4.0.0"
You can’t perform that action at this time.
0 commit comments