Skip to content

Commit 29c2687

Browse files
chore: update scripts/update-android-gradle-plugin.sh to 6.3.0 (#1314)
Co-authored-by: GitHub <noreply@github.com>
1 parent c1c6397 commit 29c2687

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
@@ -15,9 +15,9 @@
1515
- Bump Java SDK from v8.34.1 to v8.37.1 ([#1294](https://github.com/getsentry/sentry-unreal/pull/1294), [#1311](https://github.com/getsentry/sentry-unreal/pull/1311), [#1313](https://github.com/getsentry/sentry-unreal/pull/1313))
1616
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8371)
1717
- [diff](https://github.com/getsentry/sentry-java/compare/8.34.1...8.37.1)
18-
- Bump Android Gradle Plugin from v6.1.0 to v6.2.0 ([#1296](https://github.com/getsentry/sentry-unreal/pull/1296))
19-
- [changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md#620)
20-
- [diff](https://github.com/getsentry/sentry-android-gradle-plugin/compare/6.1.0...6.2.0)
18+
- Bump Android Gradle Plugin from v6.1.0 to v6.3.0 ([#1296](https://github.com/getsentry/sentry-unreal/pull/1296), [#1314](https://github.com/getsentry/sentry-unreal/pull/1314))
19+
- [changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md#630)
20+
- [diff](https://github.com/getsentry/sentry-android-gradle-plugin/compare/6.1.0...6.3.0)
2121
- Bump Native SDK from v0.13.2 to v0.13.3 ([#1299](https://github.com/getsentry/sentry-unreal/pull/1299))
2222
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0133)
2323
- [diff](https://github.com/getsentry/sentry-native/compare/0.13.2...0.13.3)

plugin-dev/Source/Sentry/Sentry_Android_UPL.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<insert>
174174
dependencies {
175175
classpath 'com.android.tools.build:gradle:7.4.2'
176-
classpath 'io.sentry:sentry-android-gradle-plugin:6.2.0' // current
176+
classpath 'io.sentry:sentry-android-gradle-plugin:6.3.0' // current
177177
}
178178
</insert>
179179
</false>

0 commit comments

Comments
 (0)