Update dependencies

This commit is contained in:
MM20
2022-06-21 18:12:48 +02:00
parent 2bce703ea4
commit 26995c1141
3 changed files with 7 additions and 5 deletions
@@ -39,6 +39,7 @@ class BadgeDrawable(context: Context, drawable: Drawable) : Drawable() {
override fun setAlpha(alpha: Int) {
}
@Deprecated("Deprecated in super class")
override fun getOpacity(): Int {
return PixelFormat.TRANSLUCENT
}