Skip to content

Commit cf03b7a

Browse files
romtsngithub-actions[bot]web-flowgetsentry-botgetsentry-bot
authored
chore: Re-apply 5.8.0 to the main branch (#927)
* chore: update scripts/update-android.sh to 8.14.0 (#919) Co-authored-by: GitHub <noreply@github.com> * Revert * release: 5.8.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub <noreply@github.com> Co-authored-by: getsentry-bot <bot@sentry.io> Co-authored-by: getsentry-bot <bot@getsentry.com>
1 parent 07675ed commit cf03b7a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@
1010

1111
- Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.7.0. ([#911](https://github.com/getsentry/sentry-android-gradle-plugin/pull/911))
1212

13+
### Internal
14+
15+
- Add Google Truth for easier to debug assertions in tests ([#920](https://github.com/getsentry/sentry-android-gradle-plugin/pull/920))
16+
17+
## 5.8.0
18+
1319
### Dependencies
1420

15-
- Bump Android SDK from v8.12.0 to v8.14.0 ([#896](https://github.com/getsentry/sentry-android-gradle-plugin/pull/896), [#914](https://github.com/getsentry/sentry-android-gradle-plugin/pull/914), [#919](https://github.com/getsentry/sentry-android-gradle-plugin/pull/919))
21+
- Bump Android SDK from v8.12.0 to v8.14.0 ([#919](https://github.com/getsentry/sentry-android-gradle-plugin/pull/919))
1622
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8140)
1723
- [diff](https://github.com/getsentry/sentry-java/compare/8.12.0...8.14.0)
1824

19-
### Internal
20-
21-
- Add Google Truth for easier to debug assertions in tests ([#920](https://github.com/getsentry/sentry-android-gradle-plugin/pull/920))
22-
2325
## 5.7.0
2426

2527
### Dependencies

plugin-build/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.parallel=true
77

88
name = sentry-android-gradle-plugin
99
group = io.sentry
10-
version = 5.7.0
10+
version = 5.8.0
1111
sdk_version = 8.14.0
1212

1313
# publication pom properties

sentry-kotlin-compiler-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44

55
GROUP = io.sentry
66
POM_ARTIFACT_ID = sentry-kotlin-compiler-plugin
7-
VERSION_NAME = 5.7.0
7+
VERSION_NAME = 5.8.0
88

99
# publication pom properties
1010
POM_NAME=Sentry Kotlin Compiler Plugin

0 commit comments

Comments
 (0)