Commit 3b7bfef
[Common] Replace hardcoded SDK version with Config.OLDEST_SDK (#7043)
Tests will use the Config.OLDEST_SDK instead of a hardcoded SDK if the
corresponding hardcoded SDK would be below our intended minSdk.
I'll also need to re-evaluate whether these tests are necessary to keep
around, or if they are irrelevant when bumping the minSdk.
Related to cl/769913180
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent c6afacd commit 3b7bfef
File tree
1 file changed
+3
-3
lines changed- firebase-common/data-collection-tests/src/test/java/com/google/firebase
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments