Skip to content

Commit

Permalink
Merge pull request #24 from embrace-io/bump-android-dep
Browse files Browse the repository at this point in the history
Bump android to 6.14.0, prepare for 3.2.0 release
  • Loading branch information
fractalwrench authored Jan 3, 2025
2 parents 0cab5fa + 9307aa2 commit 9efbf20
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 19 deletions.
4 changes: 4 additions & 0 deletions embrace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.0

* Updated Embrace Android SDK to 6.14.0.

# 3.1.0

* Updated Embrace iOS SDK to 6.5.0.
Expand Down
2 changes: 1 addition & 1 deletion embrace/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

dependencies {
classpath "io.embrace:embrace-swazzler:${findProject(':embrace_android').properties['emb_android_sdk']}"
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Fri Jun 23 08:50:38 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
8 changes: 4 additions & 4 deletions embrace/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: embrace
description: A comprehensive observability and monitoring platform for iOS and Android apps built with Flutter.
version: 3.1.0
version: 3.2.0
homepage: https://embrace.io
environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -13,9 +13,9 @@ flutter:
ios:
default_package: embrace_ios
dependencies:
embrace_android: ">=3.1.0 <3.2.0"
embrace_ios: ">=3.1.0 <3.2.0"
embrace_platform_interface: ">=3.1.0 <3.2.0"
embrace_android: ">=3.2.0 <3.3.0"
embrace_ios: ">=3.2.0 <3.3.0"
embrace_platform_interface: ">=3.2.0 <3.3.0"
flutter:
sdk: flutter
http: ">=0.13.3 <2.0.0"
Expand Down
4 changes: 4 additions & 0 deletions embrace_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.0

* Updated Embrace Android SDK to 6.14.0.

# 3.1.0

* Updated Embrace iOS SDK to 6.5.0.
Expand Down
2 changes: 1 addition & 1 deletion embrace_android/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
emb_android_sdk=6.13.0
emb_android_sdk=6.14.0
4 changes: 2 additions & 2 deletions embrace_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: embrace_android
description: Android implementation of the embrace plugin as defined by the embrace_platform_interface package.
version: 3.1.0
version: 3.2.0
homepage: https://embrace.io
environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -14,7 +14,7 @@ flutter:
pluginClass: EmbracePlugin
dartPluginClass: EmbraceAndroid
dependencies:
embrace_platform_interface: ">=3.1.0 <3.2.0"
embrace_platform_interface: ">=3.2.0 <3.3.0"
flutter:
sdk: flutter
dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions embrace_dio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.0

* Updated Embrace Android SDK to 6.14.0.

# 3.1.0

* Updated Embrace iOS SDK to 6.5.0.
Expand Down
6 changes: 3 additions & 3 deletions embrace_dio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: embrace_dio
description: Allows automatic Dio network capture when using the the embrace plugin.
version: 3.1.0
version: 3.2.0
homepage: https://embrace.io
environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -9,12 +9,12 @@ dependencies:
build_runner: ^2.0.0
build_version: ^2.0.0
dio: '>=4.0.0 <6.0.0'
embrace: ^3.1.0
embrace: ^3.2.0
flutter:
sdk: flutter
platform: ^3.1.0
plugin_platform_interface: ^2.1.0
embrace_platform_interface: ">=3.1.0 <3.2.0"
embrace_platform_interface: ">=3.2.0 <3.3.0"
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions embrace_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.0

* Updated Embrace Android SDK to 6.14.0.

# 3.1.0

* Updated Embrace iOS SDK to 6.5.0.
Expand Down
4 changes: 2 additions & 2 deletions embrace_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: embrace_ios
description: iOS implementation of the embrace plugin as defined by the embrace_platform_interface package.
version: 3.1.0
version: 3.2.0
homepage: https://embrace.io
environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -13,7 +13,7 @@ flutter:
pluginClass: EmbracePlugin
dartPluginClass: EmbraceIOS
dependencies:
embrace_platform_interface: ">=3.1.0 <3.2.0"
embrace_platform_interface: ">=3.2.0 <3.3.0"
flutter:
sdk: flutter
dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions embrace_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.0

* Updated Embrace Android SDK to 6.14.0.

# 3.1.0

* Updated Embrace iOS SDK to 6.5.0.
Expand Down
2 changes: 1 addition & 1 deletion embrace_platform_interface/lib/method_channel_embrace.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class MethodChannelEmbrace extends EmbracePlatform {

/// Minimum Embrace Android SDK version compatible with this version of
/// the Embrace Flutter SDK
static const String minimumAndroidVersion = '6.13.0';
static const String minimumAndroidVersion = '6.14.0';

/// The method channel used to interact with the native platform.
@visibleForTesting
Expand Down
2 changes: 1 addition & 1 deletion embrace_platform_interface/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion embrace_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: embrace_platform_interface
description: A common platform interface for the Embrace plugin that enables platform-specific implementations.
version: 3.1.0
version: 3.2.0
homepage: https://embrace.io
environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void main() {
case 'attachToHostSdk':
return true;
case 'getSdkVersion':
return '6.13.0';
return '6.14.0';
case 'stopSpan':
return true;
case 'addSpanEvent':
Expand Down

0 comments on commit 9efbf20

Please sign in to comment.