Commit df6bed6
build: Bump target and compile SDK to 37 (JAVA-648) (#5796)
* build: Bump target and compile SDK to 37
Raise targetSdk and compileSdk from 36 to 37 and remove the temporary
GradleDependency lint suppression that was in place only until this bump.
API 37 makes MediaCodecInfo.getVideoCapabilities() nullable, so guard the
access in SimpleVideoEncoder to keep it compiling.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* changelog
* build: Drop obsolete OldTargetApi lint suppression
Now that the integration test modules target API 37, lint no longer flags
OldTargetApi, so remove the temporary suppression added while they were on 36.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* changelog
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5f42ae8 commit df6bed6
6 files changed
Lines changed: 4 additions & 21 deletions
File tree
- gradle
- sentry-android-integration-tests
- sentry-uitest-android-benchmark
- sentry-uitest-android
- sentry-android-replay/src/main/java/io/sentry/android/replay/video
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 116 | | |
131 | 117 | | |
132 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | 72 | | |
75 | 73 | | |
76 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments