Skip to content

Commit 5029313

Browse files
committed
fixed changelog
1 parent 55c7fa5 commit 5029313

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
- Include version in logs if auto install refuses to install a dependency ([#979](https://github.com/getsentry/sentry-android-gradle-plugin/pull/979))
1616
- Auto install Spring Boot 4 (`sentry-spring-boot-4`) and Spring 7 (`sentry-spring-7`) modules ([#980](https://github.com/getsentry/sentry-android-gradle-plugin/pull/980))
1717

18-
### Features
19-
20-
- Add upload functionality for size analysis ([#915](https://github.com/getsentry/sentry-android-gradle-plugin/pull/915))
21-
- Add VCS info extension for build uploads with customizable version control metadata ([#969](https://github.com/getsentry/sentry-android-gradle-plugin/pull/969))
22-
2318
### Fixes
2419

2520
- Enable caching for BundleSourcesTask ([#894](https://github.com/getsentry/sentry-android-gradle-plugin/pull/894)

plugin-build/src/test/kotlin/io/sentry/android/gradle/TestUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ fun TemporaryFolder.withDummyComposeFile(): String {
186186
}
187187
"""
188188
.trimIndent()
189-
val sourceFile = File(newFolder("app/src/main/java/com/example/"), "Example.kt")
189+
val sourceFile = File(newFolder("app/src/main/kotlin/com/example/"), "Example.kt")
190190

191191
sourceFile.writeText(contents)
192192
return contents

0 commit comments

Comments
 (0)