mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37: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 {
|
project.tasks.withType<DependencyUpdatesTask>().configureEach {
|
||||||
rejectVersionIf {
|
rejectVersionIf {
|
||||||
when (candidate.group) {
|
when (candidate.group) {
|
||||||
"com.android.application",
|
|
||||||
"com.android.library",
|
|
||||||
"com.google.accompanist",
|
"com.google.accompanist",
|
||||||
|
"com.squareup.okhttp3",
|
||||||
"org.jetbrains.kotlin" -> true
|
"org.jetbrains.kotlin" -> true
|
||||||
else -> isNonStable(candidate.version) && !isNonStable(currentVersion)
|
else -> isNonStable(candidate.version) && !isNonStable(currentVersion)
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ workmanager = "2.8.0-alpha02"
|
||||||
[libraries]
|
[libraries]
|
||||||
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||||
androidx-activity-compose = "androidx.activity:activity-compose:1.5.0-rc01"
|
androidx-activity-compose = "androidx.activity:activity-compose:1.6.0-alpha05"
|
||||||
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.1.0"
|
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.1.0"
|
||||||
androidx-browser = "androidx.browser:browser:1.4.0"
|
androidx-browser = "androidx.browser:browser:1.4.0"
|
||||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-rc01"
|
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-rc01"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue