File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Add commandlet for debug symbols upload ([ #1076 ] ( https://github.com/getsentry/sentry-unreal/pull/1076 ) )
8
8
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
+
9
15
## 1.1.1
10
16
11
17
### Features
Original file line number Diff line number Diff line change 185
185
<insert >
186
186
dependencies {
187
187
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
189
189
}
190
190
</insert >
191
191
</false >
Original file line number Diff line number Diff line change 2
2
3
3
#include " SentrySymbolUploadCommandlet.h"
4
4
5
+ #include " Interfaces/IPluginManager.h"
5
6
#include " SentryModule.h"
6
7
#include " SentrySettings.h"
7
- #include " Interfaces/IPluginManager.h"
8
8
9
9
#include " Misc/CommandLine.h"
10
10
#include " Misc/ConfigCacheIni.h"
You can’t perform that action at this time.
0 commit comments