Commit c32e320
committed
Analysis: Suppress get color deprecated warning
Warning Message: "'getColor(Int): Int' is deprecated.
Deprecated in Java"
FYI: This is being suppressed instead of it being resolved since the
'minSdkVersion' is also about to be update to '24' and as such this
'Build.VERSION.SDK_INT < Build.VERSION_CODES.M' logic, along with
its deprecation, will get deleted altogether.1 parent 3c54be7 commit c32e320
File tree
1 file changed
+1
-0
lines changed- aztec/src/main/kotlin/org/wordpress/aztec/util
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
0 commit comments