Skip to content

Commit

Permalink
Merge pull request #41 from saschpe/api-level-34
Browse files Browse the repository at this point in the history
Android: Target API level 34
  • Loading branch information
saschpe authored Mar 23, 2024
2 parents b662dea + 1c1d29a commit aca6977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions log4k-slf4j/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ android {
namespace = "saschpe.log4k.slf4j"

defaultConfig {
compileSdk = 33
compileSdk = 34
minSdk = 17
}

testCoverage.jacocoVersion = "0.8.10"
testCoverage.jacocoVersion = "0.8.11"
}

group = "de.peilicke.sascha"
Expand Down
4 changes: 2 additions & 2 deletions log4k/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ android {
namespace = "saschpe.log4k"

defaultConfig {
compileSdk = 33
compileSdk = 34
minSdk = 17
}

testCoverage.jacocoVersion = "0.8.10"
testCoverage.jacocoVersion = "0.8.11"
}

group = "de.peilicke.sascha"
Expand Down

0 comments on commit aca6977

Please sign in to comment.