Skip to content

Commit

Permalink
Pull request #119: IOS & Android Latest Agents Implemented
Browse files Browse the repository at this point in the history
Merge in EUM/rum-flutter from 24.7.0 to master

Squashed commit of the following:

commit f5d124e235dde0183b677f58a319aa1bdcbe1ea4
Author: Chidambararaja B <[email protected]>
Date:   Fri Jul 12 11:40:59 2024 +0530

    Version Update 24.7.0

commit cd0b75145ad882a7834740670dac6b64c18cf869
Author: Chidambararaja B <[email protected]>
Date:   Fri Jul 12 09:45:23 2024 +0530

    IOS Agnet & DIO version

commit ba381dccccdfe8181a829fcc12a619ab0029547c
Merge: deaea12 94ce691
Author: Chidambararaja B <[email protected]>
Date:   Fri Jul 12 09:19:19 2024 +0530

    Merge branch 'master' into 24.7.0

commit deaea129becaa879b59ebca81733563113e26e82
Author: Chidambararaja B <[email protected]>
Date:   Fri Jul 5 10:44:35 2024 +0530

    IOS 2024.6.0

commit 98467a7482c0498ffb5fed037bc96f2e596fb8c5
Merge: 6658ab1 8dd300f
Author: Chidambararaja B <[email protected]>
Date:   Fri Jul 5 10:43:21 2024 +0530

    Merge remote-tracking branch 'origin/master' into 24.7.0

commit 6658ab155714e704ba5e112d04998ccbc901b48e
Author: Chidambararaja B <[email protected]>
Date:   Mon Jul 1 10:09:08 2024 +0530

    Support for latest flutter agent has been implemented
  • Loading branch information
Chidambararaja B committed Jul 12, 2024
1 parent 94ce691 commit cca78b3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

buildscript {
ext.appd_plugin_version = '24.4.0'
ext.appd_plugin_version = '24.4.1'
repositories{
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ios/appdynamics_agent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion lib/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.4.0
24.7.0
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
http: ^1.2.1
dio: ^5.1.0
dio: ^5.5.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit cca78b3

Please sign in to comment.