Skip to content

Commit

Permalink
chore(build): exclude Kotlin files from Javadoc generation and decrea…
Browse files Browse the repository at this point in the history
…se minSdk to 24

SUITEDEV-35510

Co-authored-by: Andras Sarro <[email protected]>
  • Loading branch information
matusekma and LordAndras committed Apr 8, 2024
1 parent 54337b7 commit 8dfca5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,11 @@ tasks {
}
}
}
}

withType(Javadoc::class.java).all {
exclude("**/*.kt")
}
}

nexusPublishing {
packageGroup = "com.emarsys"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-navigation-compose = "2.7.6"
compose-compiler = "1.5.6"
compose-plugin = "1.6.0-dev1419"
android-compileSdk = "34"
android-minSdk = "26"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activity = "1.8.2"
androidx-activityCompose = "1.8.2"
Expand Down

0 comments on commit 8dfca5c

Please sign in to comment.