Skip to content

Commit

Permalink
Update Dependencies and increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-chaix-didomi committed Jul 15, 2024
1 parent 3c1de9c commit 8a98b62
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Note

## 2.5.0
- Update latest versions of native Android (2.9.0) and iOS (2.9.2) sdks

## 2.4.0
- Update latest versions of native Android (2.7.0) and iOS (2.8.0) sdks
- Update Android's build configuration (required for Flutter 3.22)
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//noinspection GrPackage

group = "io.didomi.fluttersdk"
version = "2.4.0"
version = "2.5.0"

buildscript {
ext.kotlin_version = "1.8.20"
Expand Down Expand Up @@ -60,6 +60,6 @@ android {

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
implementation("io.didomi.sdk:android:2.7.0")
implementation("io.didomi.sdk:android:2.9.0")
implementation("androidx.multidex:multidex:2.0.1")
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Didomi-XCFramework (2.8.0)
- didomi_sdk (2.4.0):
- Didomi-XCFramework (= 2.8.0)
- Didomi-XCFramework (2.9.2)
- didomi_sdk (2.5.0):
- Didomi-XCFramework (= 2.9.2)
- Flutter
- Flutter (1.0.0)
- integration_test (0.0.1):
Expand All @@ -25,8 +25,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/integration_test/ios"

SPEC CHECKSUMS:
Didomi-XCFramework: d25132f6b6e1099428736537fe67cf0af9f33508
didomi_sdk: 2a8cc21baa04b3a89b5a039ec96d97a6807fd9ce
Didomi-XCFramework: b78576b97d5e0587bb5c6a8361eb97b55cdb2417
didomi_sdk: 2bbe0a6051a4f8019a6bfdda5dfdb9ca5b46ace0
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4

Expand Down
6 changes: 3 additions & 3 deletions ios/didomi_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
Pod::Spec.new do |s|
s.name = 'didomi_sdk'
s.version = '2.4.0'
s.version = '2.5.0'
s.summary = 'Didomi CMP Plugin.'
s.homepage = 'https://github.com/didomi/flutter'
s.license = { :type => 'BSD', :file => '../LICENSE' }
s.author = { 'Didomi ' => '[email protected]' }
s.source = { :path => '[email protected]:didomi/flutter.git', :tag => '2.4.0' }
s.source = { :path => '[email protected]:didomi/flutter.git', :tag => '2.5.0' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Didomi-XCFramework', '2.8.0'
s.dependency 'Didomi-XCFramework', '2.9.2'
s.platform = :ios, '9.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: didomi_sdk
description: The Didomi CMP Plugin allows companies to collect, store, and leverage user consent under GDPR, CCPA, and other data privacy regulations.
version: 2.4.0
version: 2.5.0
repository: https://github.com/didomi/flutter

environment:
Expand Down

0 comments on commit 8a98b62

Please sign in to comment.