We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d724228 commit 9c0bafaCopy full SHA for 9c0bafa
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
agp = "8.9.2"
3
-kotlin = "1.9.0"
+kotlin = "2.1.20"
4
5
[libraries]
6
androidx-activity-ktx = "androidx.activity:activity-ktx:1.8.0"
ui/src/main/java/com/wireguard/android/widget/SlashDrawable.kt
@@ -69,6 +69,7 @@ class SlashDrawable(private val mDrawable: Drawable) : Drawable() {
69
70
override fun getIntrinsicWidth() = mDrawable.intrinsicWidth
71
72
+ @Deprecated("Deprecated in API level 29")
73
override fun getOpacity() = PixelFormat.OPAQUE
74
75
override fun onBoundsChange(bounds: Rect) {
0 commit comments