Skip to content

Commit d5c9951

Browse files
authored
Merge branch 'main' into feat/android-threads
2 parents eb714bf + 70217bc commit d5c9951

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
- Add pluging setting allowing to attach all threads info to captured events (Android) ([#1137](https://github.com/getsentry/sentry-unreal/pull/1137))
88

9+
### Dependencies
10+
11+
- Bump Native SDK from v0.12.0 to v0.12.1 ([#1136](https://github.com/getsentry/sentry-unreal/pull/1136))
12+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0121)
13+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.0...0.12.1)
14+
- Bump Android Gradle Plugin from v5.12.1 to v5.12.2 ([#1135](https://github.com/getsentry/sentry-unreal/pull/1135))
15+
- [changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md#5122)
16+
- [diff](https://github.com/getsentry/sentry-android-gradle-plugin/compare/5.12.1...5.12.2)
17+
918
## 1.2.1
1019

1120
### Dependencies

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)