Skip to content

Commit

Permalink
Release 1.23.35
Browse files Browse the repository at this point in the history
  • Loading branch information
gbhrdt committed Nov 16, 2024
1 parent e386013 commit 5d1eb04
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.23.35 (16.11.2024)
* Some futures were resolved too early, this has been fixed.
* Updated native iOS + Android SDKs

## 1.23.34 (26.09.2024)
* Implemented `setIgnoreDisabledNotificationPermission`
* 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.34'
version '1.23.35'

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

dependencies {
api 'com.cleverpush:cleverpush:1.34.6'
api 'com.cleverpush:cleverpush:1.34.13'
}

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.34'
s.version = '1.23.35'
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.31.10'
s.dependency 'CleverPush', '1.31.18'
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.34
version: 1.23.35
homepage: https://github.com/cleverpush/cleverpush-flutter-sdk

flutter:
Expand Down

0 comments on commit 5d1eb04

Please sign in to comment.