Skip to content

Commit bce1bb0

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android-gradle-plugin.sh to 5.12.2
1 parent 0f8ac11 commit bce1bb0

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
@@ -16,6 +16,9 @@
1616
- Bump Java SDK (Android) from v8.24.0 to v8.25.0 ([#1130](https://github.com/getsentry/sentry-unreal/pull/1130))
1717
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8250)
1818
- [diff](https://github.com/getsentry/sentry-java/compare/8.24.0...8.25.0)
19+
- Bump Android Gradle Plugin from v5.12.1 to v5.12.2 ([#3](https://github.com/ProjectBorealis/sentry-unreal/pull/3))
20+
- [changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md#5122)
21+
- [diff](https://github.com/getsentry/sentry-android-gradle-plugin/compare/5.12.1...5.12.2)
1922

2023
## 1.2.0
2124

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.12.1' // current
188+
classpath 'io.sentry:sentry-android-gradle-plugin:5.12.2' // current
189189
}
190190
</insert>
191191
</false>

0 commit comments

Comments
 (0)