Commit 9da772e
authored
Fix startup check failures (#6820)
Per [b/407077784](https://b.corp.google.com/issues/407077784),
This bumps the `compileSdkVersion` and `targetSdkVersion` within our
health metrics test app and benchmarks to match what our SDKs actually
use. This also fixes the issue with our startup checks failing due to
certain SDK dependencies requiring a higher compile target.1 parent cf2b7a8 commit 9da772e
File tree
2 files changed
+3
-3
lines changed- health-metrics/benchmark/template
- app
- macrobenchmark
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments