File tree Expand file tree Collapse file tree 6 files changed +25
-12
lines changed
Expand file tree Collapse file tree 6 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 11[ Release Notes] ( https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/ )
2+
3+ ### 2.7.12
4+
5+ ## Improvements
6+
7+ * Several improvements on Consent Mediation
8+ * Add support for Adjust and Crashlytics.
9+ * Add support for Custom DPSs.
10+
11+ ## Resolved Issues
12+
13+ * Stability improvements and bug fixes.
14+
215### 2.7.10
316
417## Improvements
Original file line number Diff line number Diff line change 1- def usercentrics_version = " 2.7.10 "
1+ def usercentrics_version = " 2.7.12 "
22
33group ' com.usercentrics.sdk.flutter'
44version usercentrics_version
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (1.0.0)
3- - Usercentrics (2.7.10 )
4- - usercentrics_sdk (2.7.10 ):
3+ - Usercentrics (2.7.12 )
4+ - usercentrics_sdk (2.7.12 ):
55 - Flutter
6- - UsercentricsUI (= 2.7.10 )
7- - UsercentricsUI (2.7.10 ):
8- - Usercentrics (= 2.7.10 )
6+ - UsercentricsUI (= 2.7.12 )
7+ - UsercentricsUI (2.7.12 ):
8+ - Usercentrics (= 2.7.12 )
99 - webview_flutter_wkwebview (0.0.1):
1010 - Flutter
1111
@@ -29,9 +29,9 @@ EXTERNAL SOURCES:
2929
3030SPEC CHECKSUMS:
3131 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
32- Usercentrics: 56111632329c9f2970cfb12363e3f90fbf4e3e59
33- usercentrics_sdk: a48e096297b8a3cd12e51a732ba207179e57535c
34- UsercentricsUI: 029913decd72e1b7e5a220a9165247ded1dcf47e
32+ Usercentrics: 2f135e895dab2f9e27de1120962112f5c68df7c0
33+ usercentrics_sdk: c360cdafe4329e66e362987ee9898ba756f21fff
34+ UsercentricsUI: cd16df692358178f7d45086e41377d2d98b636ff
3535 webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
3636
3737PODFILE CHECKSUM: 723de1cf6e2f18b51eb3426c945e31134a750097
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class CustomUIPage extends StatelessWidget {
3030 padding: const EdgeInsets .all (16 ),
3131 child: Text (
3232 _getVariantName (cmpData.activeVariant),
33- style: Theme .of (context).textTheme.headline5 ,
33+ style: Theme .of (context).textTheme.headlineSmall ,
3434 ),
3535 ),
3636 const Text (
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'usercentrics_sdk'
3- s . version = '2.7.10 '
3+ s . version = '2.7.12 '
44 s . summary = 'Usercentrics Flutter SDK.'
55 s . description = <<-DESC
66 Usercentrics Flutter SDK.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository: https://github.com/Usercentrics/flutter-sdk/
99# [X] android/build.gradle
1010# [X] ios/usercentrics_sdk.podspec + pod install/update
1111# [X] CHANGELOG
12- version : 2.7.10
12+ version : 2.7.12
1313
1414environment :
1515 sdk : " >=2.17.1 <3.0.0"
You can’t perform that action at this time.
0 commit comments