Skip to content

Commit 585c35f

Browse files
Release 4.3.1 (native deps versions) (#136)
* Release 4.3.1 (#131) Co-authored-by: SpertsyanKM <[email protected]> * Native versions upd for release 4.3.1. (#135) * Native versions upd for release 4.3.1. * Fix flatter linter errors. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: SpertsyanKM <[email protected]>
1 parent 22f4df2 commit 585c35f

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 4.3.1
2-
* // Update changelog here
2+
* Added Apple Search Ads support.
3+
* Method `setUserId` marked as deprecated.
34

45
## 4.3.0
56
* Qonversion Automation allows sending automated, personalized push notifications and in-app messages initiated by in-app purchase events.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.qonversion.flutter.sdk.qonversion_flutter_sdk'
2-
version '4.2.0'
2+
version '4.3.1'
33

44
buildscript {
55
ext.kotlin_version = '1.3.50'

ios/qonversion_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
22
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
3-
# Run `pod lib lint qonversion.podspec' to validate before publishing.
3+
# Run 'pod lib lint qonversion.podspec' to validate before publishing.
44
#
55
Pod::Spec.new do |s|
66
s.name = 'qonversion_flutter'
7-
s.version = '3.5.0'
7+
s.version = '4.3.1'
88
s.summary = 'Flutter Qonversion SDK'
99
s.description = <<-DESC
1010
Powerful yet simple subscription analytics

macos/qonversion_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
22
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
3-
# Run `pod lib lint qonversion.podspec' to validate before publishing.
3+
# Run 'pod lib lint qonversion.podspec' to validate before publishing.
44
#
55
Pod::Spec.new do |s|
66
s.name = 'qonversion_flutter'
7-
s.version = '2.5.0'
7+
s.version = '4.3.1'
88
s.summary = 'Flutter Qonversion SDK'
99
s.description = <<-DESC
1010
Powerful yet simple subscription analytics

pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ flutter:
3030
pluginClass: QonversionFlutterSdkPlugin
3131
macos:
3232
pluginClass: QonversionFlutterSdkPlugin
33+
34+
false_secrets:
35+
- /example/android/app/google-services.json
36+
- /example/ios/GoogleService-Info.plist

0 commit comments

Comments
 (0)