File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
buildSrc/src/main/kotlin/io/embrace/internal Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# Embrace Android SDK Changelog
22
3+ ## 7.9.2
4+
5+ * October 20, 2025*
6+
7+ - Propagate arguments correctly when starting span directly via OTel API
8+
9+ ## 7.9.1
10+
11+ * August 29, 2025*
12+
13+ - Restore the minimum Java runtime compatibility version to 1.8
14+
15+ ## 7.9.0
16+
17+ * August 27, 2025*
18+
19+ :::info Important
20+ This release bumped the minimum runtime Java version to 11. Compatibility with 1.8 is restored in 7.9.1.
21+ :::
22+
23+ - Fix transitive dependency issue to restore the minimum Kotlin version to 1.8.22.
24+
325## 7.8.0
426* August 11, 2025*
527
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ fun LibraryExtension.configureLint(project: Project) {
1010 checkAllWarnings = true
1111 checkReleaseBuilds = false // run on CI instead, speeds up release builds
1212 baseline = project.file(" lint-baseline.xml" )
13- disable.addAll(setOf (" GradleDependency" , " NewerVersionAvailable" ))
13+ disable.addAll(setOf (" GradleDependency" , " NewerVersionAvailable" , " AndroidGradlePluginVersion " ))
1414 }
1515}
You can’t perform that action at this time.
0 commit comments