Ensure android.text.TextUtils will never be used again

This commit is contained in:
Benoit Marty 2019-10-22 17:41:59 +02:00
parent 377a228f88
commit 1de02c2fbb
1 changed files with 3 additions and 0 deletions

View File

@ -156,3 +156,6 @@ Formatter\.formatFileSize===1
### Use TextUtils.formatFileSize with short format param to true
Formatter\.formatShortFileSize===1
### Use kotlin stdlib to test or compare strings
android\.text\.TextUtils