Skip to content

Commit 9c0bafa

Browse files
committed
gradle: update kotlin to 2.1.20
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent d724228 commit 9c0bafa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
agp = "8.9.2"
3-
kotlin = "1.9.0"
3+
kotlin = "2.1.20"
44

55
[libraries]
66
androidx-activity-ktx = "androidx.activity:activity-ktx:1.8.0"

ui/src/main/java/com/wireguard/android/widget/SlashDrawable.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class SlashDrawable(private val mDrawable: Drawable) : Drawable() {
6969

7070
override fun getIntrinsicWidth() = mDrawable.intrinsicWidth
7171

72+
@Deprecated("Deprecated in API level 29")
7273
override fun getOpacity() = PixelFormat.OPAQUE
7374

7475
override fun onBoundsChange(bounds: Rect) {

0 commit comments

Comments
 (0)