Skip to content

Commit

Permalink
Delete magic number
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMesicek committed May 16, 2024
1 parent 92176a9 commit cc8e849
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("MagicNumber")

plugins {
id("com.android.application")
kotlin("android")
Expand Down Expand Up @@ -139,7 +137,7 @@ android.apply {
}

kotlin {
jvmToolchain(17)
jvmToolchain(JavaVersion.VERSION_17.majorVersion.toInt())
}

dependencies {
Expand Down

0 comments on commit cc8e849

Please sign in to comment.