Skip to content

Commit

Permalink
Release 4.3.1 (native deps versions) (#136)
Browse files Browse the repository at this point in the history
* Release 4.3.1 (#131)

Co-authored-by: SpertsyanKM <SpertsyanKM@users.noreply.github.com>

* 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 <SpertsyanKM@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 18, 2022
1 parent 22f4df2 commit 585c35f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 4.3.1
* // Update changelog here
* Added Apple Search Ads support.
* Method `setUserId` marked as deprecated.

## 4.3.0
* Qonversion Automation allows sending automated, personalized push notifications and in-app messages initiated by in-app purchase events.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.qonversion.flutter.sdk.qonversion_flutter_sdk'
version '4.2.0'
version '4.3.1'

buildscript {
ext.kotlin_version = '1.3.50'
Expand Down
4 changes: 2 additions & 2 deletions ios/qonversion_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint qonversion.podspec' to validate before publishing.
# Run 'pod lib lint qonversion.podspec' to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'qonversion_flutter'
s.version = '3.5.0'
s.version = '4.3.1'
s.summary = 'Flutter Qonversion SDK'
s.description = <<-DESC
Powerful yet simple subscription analytics
Expand Down
4 changes: 2 additions & 2 deletions macos/qonversion_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint qonversion.podspec' to validate before publishing.
# Run 'pod lib lint qonversion.podspec' to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'qonversion_flutter'
s.version = '2.5.0'
s.version = '4.3.1'
s.summary = 'Flutter Qonversion SDK'
s.description = <<-DESC
Powerful yet simple subscription analytics
Expand Down
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ flutter:
pluginClass: QonversionFlutterSdkPlugin
macos:
pluginClass: QonversionFlutterSdkPlugin

false_secrets:
- /example/android/app/google-services.json
- /example/ios/GoogleService-Info.plist

0 comments on commit 585c35f

Please sign in to comment.