Skip to content

Commit

Permalink
fix sonar code small
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Sep 6, 2023
1 parent dab4689 commit 92b15b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ repositories {
// }
//}

val slf4jVersion: String by project // -> gradle.properties
// -> gradle.properties
val slf4jVersion: String by project
val androidVersion: String by project

dependencies {
//implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
Expand All @@ -42,7 +44,7 @@ dependencies {

//"slf4jSupportImplementation"("org.slf4j:slf4j-api:1.7.32") // pom.xml: scope=compile, optional=true
compileOnly("org.slf4j:slf4j-api:$slf4jVersion")
compileOnly("com.google.android:android:4.1.1.4") // android.util.Log
compileOnly("com.google.android:android:$androidVersion") // android.util.Log

testRuntimeOnly("org.slf4j:slf4j-simple:$slf4jVersion")
//testRuntimeOnly("ch.qos.logback:logback-classic:1.2.3")
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ org.gradle.jvmargs=-Xmx3g
#org.gradle.daemon=false

slf4jVersion=1.7.36
androidVersion=4.1.1.4

0 comments on commit 92b15b5

Please sign in to comment.