Skip to content

Commit 34a061b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

77
public class UtilsKt
88
{
9+
@SuppressWarnings("deprecation")
910
companion object
1011
{
1112
fun getColorWrapper(context: Context, id: Int) : Int
@@ -21,6 +22,7 @@ public class UtilsKt
2122
}
2223
}
2324

25+
@SuppressWarnings("deprecation")
2426
fun getDrawable(context: Context, id: Int) : Drawable
2527
{
2628
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP)

0 commit comments

Comments
 (0)