File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 2.7.0] ( https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.6.0...v2.7.0 ) (2026-03-17)
2+
3+
4+ ### Features
5+
6+ * add FireTV to PlatformEnum ([ #23 ] ( https://github.com/mParticle/mparticle-java-events-sdk/issues/23 ) ) ([ cdf80a2] ( https://github.com/mParticle/mparticle-java-events-sdk/commit/cdf80a2fbd184a9109b6ce500a88acf10b7e07aa ) )
7+
18## [ 2.6.0] ( https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.4...v2.6.0 ) (2024-10-24)
29
310
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The SDK is available via Maven Central.
2222#### Gradle
2323
2424``` groovy
25- implementation 'com.mparticle:server-events-sdk:2.6 .0'
25+ implementation 'com.mparticle:server-events-sdk:2.7 .0'
2626```
2727
2828#### Maven
@@ -31,7 +31,7 @@ implementation 'com.mparticle:server-events-sdk:2.6.0'
3131<dependency >
3232 <groupId >com.mparticle</groupId >
3333 <artifactId >server-events-sdk</artifactId >
34- <version >2.6 .0</version >
34+ <version >2.7 .0</version >
3535</dependency >
3636```
3737
Original file line number Diff line number Diff line change 11apply plugin : ' java'
22
33group = ' com.mparticle'
4- version = ' 2.6 .0'
4+ version = ' 2.7 .0'
55
66apply from : ' .scripts/maven.gradle'
77
You can’t perform that action at this time.
0 commit comments