Skip to content

Commit

Permalink
Update SGP handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jan 2, 2024
1 parent 594a708 commit ae4be98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ configureIncludedBuild("sgp") { path ->
substitute(module("com.slack.gradle:sgp")).using(project(":slack-plugin"))
substitute(module("com.slack.gradle:sgp-agp-handler-api"))
.using(project(":agp-handlers:agp-handler-api"))
substitute(module("com.slack.gradle:sgp-agp-handler-80"))
.using(project(":agp-handlers:agp-handler-80"))
substitute(module("com.slack.gradle:sgp-agp-handler-82"))
.using(project(":agp-handlers:agp-handler-82"))
substitute(module("com.slack.gradle:sgp-agp-handler-83"))
.using(project(":agp-handlers:agp-handler-83"))
}
Expand Down

0 comments on commit ae4be98

Please sign in to comment.