mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
gradle: update activity-compose and adjust updates plugin
This commit is contained in:
parent
3924e9426b
commit
61fabc7b35
2 changed files with 2 additions and 3 deletions
|
@ -19,9 +19,8 @@ class DependencyUpdatesPlugin : Plugin<Project> {
|
|||
project.tasks.withType<DependencyUpdatesTask>().configureEach {
|
||||
rejectVersionIf {
|
||||
when (candidate.group) {
|
||||
"com.android.application",
|
||||
"com.android.library",
|
||||
"com.google.accompanist",
|
||||
"com.squareup.okhttp3",
|
||||
"org.jetbrains.kotlin" -> true
|
||||
else -> isNonStable(candidate.version) && !isNonStable(currentVersion)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue