Skip to content

Commit

Permalink
Release 1.23.30
Browse files Browse the repository at this point in the history
  • Loading branch information
cpandya25 committed Aug 9, 2024
1 parent 82a41c3 commit 0d25c87
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.30 (09.08.2024)
* Updated native iOS + Android SDKs

## 1.23.29 (23.07.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.29'
version '1.23.30'

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

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

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.29'
s.version = '1.23.30'
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.23'
s.dependency 'CleverPush', '1.30.25'
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.29
version: 1.23.30
homepage: https://github.com/cleverpush/cleverpush-flutter-sdk

flutter:
Expand Down

0 comments on commit 0d25c87

Please sign in to comment.