Skip to content

Commit e9adbfc

Browse files
committed
link BOM docs
1 parent 854396a commit e9adbfc

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/android/troubleshooting/mixed-versions

1 file changed

+2
-2
lines changed

docs/platforms/android/troubleshooting/mixed-versions/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Using multiple Android SDK dependencies with mixed versions is not supported as
88

99
## Multiple Dependencies With Mixed Versions
1010

11-
The following snippet shows a mix of version caused by using `sentry` with version `8.6.0` and `sentry-android` with version `8.7.0`. To fix the issue please set the same version for all dependencies or use `sentry-bom`. This may also happen if you are using an internal library which has a different version defined.
11+
The following snippet shows a mix of version caused by using `sentry` with version `8.6.0` and `sentry-android` with version `8.7.0`. To fix the issue please set the same version for all dependencies or <PlatformLink to="/configuration/bill-of-materials/">use `sentry-bom`</PlatformLink>. This may also happen if you are using an internal library which has a different version defined.
1212

1313
```groovy {tabTitle:Gradle}{filename:build.gradle}
1414
implementation('io.sentry:sentry:8.6.0')
@@ -33,7 +33,7 @@ implementation('io.sentry:sentry-android:8.7.0')
3333

3434
## Build Plugin And Explicit Dependency
3535

36-
When using our Gradle or Maven plugin and manually defining additional Sentry Android SDK dependencies it is also possible to end up with mixed versions. The following snippet shows the plugin being configured to use version `8.0.0` but there is also an additional dependency that has been set to version `8.1.0`. To fix the issue please set the same version or use `sentry-bom`.
36+
When using our Gradle or Maven plugin and manually defining additional Sentry Android SDK dependencies it is also possible to end up with mixed versions. The following snippet shows the plugin being configured to use version `8.0.0` but there is also an additional dependency that has been set to version `8.1.0`. To fix the issue please set the same version or <PlatformLink to="/configuration/bill-of-materials/">use `sentry-bom`</PlatformLink>.
3737

3838
```groovy {tabTitle:Gradle}{filename:build.gradle}
3939
plugins { id "io.sentry.android.gradle" version "5.3.0" }

0 commit comments

Comments
 (0)