File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Dependencies
10
10
11
- - Bump Java SDK from v8.11.1 to v8.12 .0 ([ #2155 ] ( https://github.com/getsentry/sentry-unity/pull/2155 ) )
12
- - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8120 )
13
- - [ diff] ( https://github.com/getsentry/sentry-java/compare/8.11.1...8.12 .0 )
11
+ - Bump Java SDK from v8.11.1 to v8.14 .0 ([ #2155 ] ( https://github.com/getsentry/sentry-unity/pull/2155 ) , [ # 2199 ] ( https://github.com/getsentry/sentry-unity/pull/2199 ) )
12
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8140 )
13
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/8.11.1...8.14 .0 )
14
14
- Bump .NET SDK from v5.7.0-beta.0 to v5.7.0 ([ #2154 ] ( https://github.com/getsentry/sentry-unity/pull/2154 ) )
15
15
- [ changelog] ( https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#570 )
16
16
- [ diff] ( https://github.com/getsentry/sentry-dotnet/compare/5.7.0-beta.0...5.7.0 )
Original file line number Diff line number Diff line change @@ -246,11 +246,11 @@ Expected to exist:
246
246
<Copy SourceFiles =" @(AndroidSdkArtifacts)" DestinationFiles =" @(AndroidSdkArtifacts->'$(SentryAndroidArtifactsDestination)%(RecursiveDir)%(Filename)%(Extension)')" />
247
247
<Exec WorkingDirectory =" $(SentryAndroidRoot)" Command =" cp sentry/build/libs/sentry*.jar $(SentryAndroidArtifactsDestination)sentry.jar" />
248
248
249
- <Message Importance =" High" Text =" Reading the sentry-native-ndk version from the 'Config.kt ' file." />
249
+ <Message Importance =" High" Text =" Reading the sentry-native-ndk version from the 'libs.versions.toml ' file." />
250
250
251
251
<PropertyGroup >
252
- <PropertiesContent >$([System.IO.File]::ReadAllText("$(RepoRoot)modules/sentry-java/buildSrc/src/main/java/Config.kt "))</PropertiesContent >
253
- <NativeVersion >$([System.Text.RegularExpressions.Regex]::Match($(PropertiesContent), 'sentryNativeNdk \s*=\s*"[^"]+: ([^"]+)"').Groups[1].Value)</NativeVersion >
252
+ <PropertiesContent >$([System.IO.File]::ReadAllText("$(RepoRoot)modules/sentry-java/gradle/libs.versions.toml "))</PropertiesContent >
253
+ <NativeVersion >$([System.Text.RegularExpressions.Regex]::Match($(PropertiesContent), 'sentry-native-ndk \s*=\s*\{[^}]*version\s*=\s*" ([^"]+)"').Groups[1].Value)</NativeVersion >
254
254
</PropertyGroup >
255
255
256
256
<!-- Clean cache if version does not exist to get rid of old versions -->
You can’t perform that action at this time.
0 commit comments