Skip to content

Commit c6ce77f

Browse files
committed
Merge branch 'feat/debug-sym-upload-commandlet' of github.com:getsentry/sentry-unreal into feat/debug-sym-upload-commandlet
2 parents 678d52f + 3a1befe commit c6ce77f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
- Add commandlet for debug symbols upload ([#1076](https://github.com/getsentry/sentry-unreal/pull/1076))
88

9+
### Dependencies
10+
11+
- Bump Android Gradle Plugin from v5.10.0 to v5.11.0 ([#1078](https://github.com/getsentry/sentry-unreal/pull/1078))
12+
- [changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md#5110)
13+
- [diff](https://github.com/getsentry/sentry-android-gradle-plugin/compare/5.10.0...5.11.0)
14+
915
## 1.1.1
1016

1117
### Features

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

plugin-dev/Source/SentryEditor/Private/SentrySymbolUploadCommandlet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#include "SentrySymbolUploadCommandlet.h"
44

5+
#include "Interfaces/IPluginManager.h"
56
#include "SentryModule.h"
67
#include "SentrySettings.h"
7-
#include "Interfaces/IPluginManager.h"
88

99
#include "Misc/CommandLine.h"
1010
#include "Misc/ConfigCacheIni.h"

0 commit comments

Comments
 (0)