Skip to content

Commit d040d36

Browse files
chore: update scripts/update-android-gradle-plugin.sh to 5.8.1 (#1036)
Co-authored-by: GitHub <[email protected]>
1 parent fdecf52 commit d040d36

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- Bump CLI from v2.50.2 to v2.51.0 ([#1037](https://github.com/getsentry/sentry-unreal/pull/1037))
1414
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2510)
1515
- [diff](https://github.com/getsentry/sentry-cli/compare/2.50.2...2.51.0)
16+
- Bump Android Gradle Plugin from v5.8.0 to v5.8.1 ([#1036](https://github.com/getsentry/sentry-unreal/pull/1036))
17+
- [changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md#581)
18+
- [diff](https://github.com/getsentry/sentry-android-gradle-plugin/compare/5.8.0...5.8.1)
1619

1720
## 1.0.0-beta.7
1821

plugin-dev/Source/Sentry/Sentry_Android_UPL.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<insert>
186186
dependencies {
187187
classpath 'com.android.tools.build:gradle:7.4.2'
188-
classpath 'io.sentry:sentry-android-gradle-plugin:5.8.0' // current
188+
classpath 'io.sentry:sentry-android-gradle-plugin:5.8.1' // current
189189
}
190190
</insert>
191191
</false>

0 commit comments

Comments
 (0)