Skip to content

Commit

Permalink
Release 1.23.32
Browse files Browse the repository at this point in the history
Release 1.23.32
  • Loading branch information
unnaticleverpush committed Aug 30, 2024
1 parent 7d43c36 commit 9a7bb15
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.23.32 (29.08.2024)
* Updated native iOS + Android SDKs

## 1.23.31 (19.08.2024)
* Updated native iOS + Android SDKs

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.cleverpush.flutter'
version '1.23.31'
version '1.23.32'

buildscript {
repositories {
Expand Down Expand Up @@ -38,7 +38,7 @@ android {
}

dependencies {
api 'com.cleverpush:cleverpush:1.33.28'
api 'com.cleverpush:cleverpush:1.34.1'
}

class DefaultManifestPlaceHolders {
Expand Down
4 changes: 2 additions & 2 deletions ios/cleverpush_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'cleverpush_flutter'
s.version = '1.23.31'
s.version = '1.23.32'
s.summary = 'CleverPush Flutter SDK'
s.description = 'CleverPush'
s.homepage = 'https://cleverpush.com'
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'CleverPush', '1.30.26'
s.dependency 'CleverPush', '1.31.4'
s.static_framework = true
s.ios.deployment_target = '8.0'
end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cleverpush_flutter
description: CleverPush
version: 1.23.31
version: 1.23.32
homepage: https://github.com/cleverpush/cleverpush-flutter-sdk

flutter:
Expand Down

0 comments on commit 9a7bb15

Please sign in to comment.