From cca78b3e8b487cd1a1dafe146937cf324f2c501c Mon Sep 17 00:00:00 2001 From: Chidambararaja B Date: Fri, 12 Jul 2024 09:30:56 +0000 Subject: [PATCH] Pull request #119: IOS & Android Latest Agents Implemented Merge in EUM/rum-flutter from 24.7.0 to master Squashed commit of the following: commit f5d124e235dde0183b677f58a319aa1bdcbe1ea4 Author: Chidambararaja B Date: Fri Jul 12 11:40:59 2024 +0530 Version Update 24.7.0 commit cd0b75145ad882a7834740670dac6b64c18cf869 Author: Chidambararaja B Date: Fri Jul 12 09:45:23 2024 +0530 IOS Agnet & DIO version commit ba381dccccdfe8181a829fcc12a619ab0029547c Merge: deaea12 94ce691 Author: Chidambararaja B Date: Fri Jul 12 09:19:19 2024 +0530 Merge branch 'master' into 24.7.0 commit deaea129becaa879b59ebca81733563113e26e82 Author: Chidambararaja B Date: Fri Jul 5 10:44:35 2024 +0530 IOS 2024.6.0 commit 98467a7482c0498ffb5fed037bc96f2e596fb8c5 Merge: 6658ab1 8dd300f Author: Chidambararaja B Date: Fri Jul 5 10:43:21 2024 +0530 Merge remote-tracking branch 'origin/master' into 24.7.0 commit 6658ab155714e704ba5e112d04998ccbc901b48e Author: Chidambararaja B Date: Mon Jul 1 10:09:08 2024 +0530 Support for latest flutter agent has been implemented --- CHANGELOG.md | 4 ++++ android/build.gradle | 2 +- example/android/build.gradle | 2 +- ios/Podfile | 2 +- ios/appdynamics_agent.podspec | 2 +- lib/version.txt | 2 +- pubspec.yaml | 4 ++-- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864decb..85e6c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 24.7.0 +* Support for Flutter 3.22.2 +* Bug Fixes: Resolved the issue causing black screenshots on Android devices. + # 24.4.0 * Included a PrivacyInfo.xcprivacy file containing the Apple privacy guidelines. * Added enableLoggingInVSCode property (default: false) for logging within VSCode environment. diff --git a/android/build.gradle b/android/build.gradle index 6c3558f..da04579 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,7 @@ version '1.0-SNAPSHOT' buildscript { ext.kotlin_version = '1.6.21' - ext.appd_plugin_version = '24.4.0' + ext.appd_plugin_version = '24.4.1' repositories { mavenLocal() diff --git a/example/android/build.gradle b/example/android/build.gradle index 182c174..4fb2eb6 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -5,7 +5,7 @@ */ buildscript { - ext.appd_plugin_version = '24.4.0' + ext.appd_plugin_version = '24.4.1' repositories{ mavenCentral() } diff --git a/ios/Podfile b/ios/Podfile index 9f9de4a..bd64045 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -3,6 +3,6 @@ target 'appdynamics_agent' do # use_frameworks! # Pods for appdynamics_agent - pod 'AppDynamicsAgent', '~> 2024.4.0' + pod 'AppDynamicsAgent', '~> 2024.6.0' pod 'Flutter' end diff --git a/ios/appdynamics_agent.podspec b/ios/appdynamics_agent.podspec index 15439ec..93a0bd6 100644 --- a/ios/appdynamics_agent.podspec +++ b/ios/appdynamics_agent.podspec @@ -19,7 +19,7 @@ Flutter plugin to integrate AppDynamics Mobile Real User Monitoring with your ap } s.dependency 'Flutter' - s.dependency 'AppDynamicsAgent', '~> 2024.4.0' + s.dependency 'AppDynamicsAgent', '~> 2024.6.0' s.platform = :ios, '11.0' diff --git a/lib/version.txt b/lib/version.txt index 84e5de6..24ffec1 100644 --- a/lib/version.txt +++ b/lib/version.txt @@ -1 +1 @@ -24.4.0 \ No newline at end of file +24.7.0 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7be4396..2935b35 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: appdynamics_agent description: Flutter plugin to integrate AppDynamics Mobile Real User Monitoring with your app. -version: 24.4.0 +version: 24.7.0 homepage: https://github.com/Appdynamics/appdynamics_flutter_agent environment: @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter http: ^1.2.1 - dio: ^5.1.0 + dio: ^5.5.0 dev_dependencies: flutter_test: