Skip to content

Commit 2d015a7

Browse files
committed
Released v1.2.2
1 parent 34a061b commit 2d015a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/amit/utilities/UtilsKt.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import android.os.Build
66

77
public class UtilsKt
88
{
9-
@SuppressWarnings("deprecation")
9+
@Suppress("deprecation")
1010
companion object
1111
{
1212
fun getColorWrapper(context: Context, id: Int) : Int
@@ -22,7 +22,7 @@ public class UtilsKt
2222
}
2323
}
2424

25-
@SuppressWarnings("deprecation")
25+
@Suppress("deprecation")
2626
fun getDrawable(context: Context, id: Int) : Drawable
2727
{
2828
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP)

0 commit comments

Comments
 (0)