Skip to content

Commit 24c4573

Browse files
committed
release: 7.0.0
1 parent 8fd337b commit 24c4573

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Changelog
22

3-
## Unreleased
3+
## 7.0.0
44

55
Version 7 of the Sentry Android/Java SDK brings a variety of features and fixes. The most notable changes are:
66
- Bumping `minSdk` level to 19 (Android 4.4)
77
- The SDK will now listen to connectivity changes and try to re-upload cached events when internet connection is re-established additionally to uploading events on app restart
88
- `Sentry.getSpan` now returns the root transaction, which should improve the span hierarchy and make it leaner
99
- Multiple improvements to reduce probability of the SDK causing ANRs
10-
- New `sentry-okhttp` artifact is unbundled from Android and can be used in pure JVM-only apps
10+
- New `sentry-okhttp` artifact is unbundled from Android and can be used in pure JVM-only apps
1111

1212
## Sentry Self-hosted Compatibility
1313

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android.useAndroidX=true
1010
android.defaults.buildfeatures.buildconfig=true
1111

1212
# Release information
13-
versionName=6.34.0
13+
versionName=7.0.0
1414

1515
# Override the SDK name on native crashes on Android
1616
sentryAndroidSdkName=sentry.native.android

0 commit comments

Comments
 (0)