Skip to content

Commit 00f769b

Browse files
chore: update scripts/update-android.sh to 8.17.0 (#943)
Co-authored-by: GitHub <[email protected]>
1 parent 5d85985 commit 00f769b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
### Dependencies
2020

2121
- Set build default Gradle Version to 8.14.2 ([#891](https://github.com/getsentry/sentry-android-gradle-plugin/pull/891))
22-
- Bump Android SDK from v8.14.0 to v8.16.0 ([#936](https://github.com/getsentry/sentry-android-gradle-plugin/pull/936))
23-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8160)
24-
- [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.16.0)
22+
- Bump Android SDK from v8.14.0 to v8.17.0 ([#936](https://github.com/getsentry/sentry-android-gradle-plugin/pull/936), [#943](https://github.com/getsentry/sentry-android-gradle-plugin/pull/943))
23+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
24+
- [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.17.0)
2525

2626
## 5.8.0
2727

plugin-build/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.parallel=true
88
name = sentry-android-gradle-plugin
99
group = io.sentry
1010
version = 5.8.0
11-
sdk_version = 8.16.0
11+
sdk_version = 8.17.0
1212

1313
# publication pom properties
1414
POM_NAME=Sentry Android Gradle Plugin

0 commit comments

Comments
 (0)