mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
fix: update whetstone checkout tag
The AGP fix needed to be pushed to whetstone as well
This commit is contained in:
parent
c90e5b2fe5
commit
86dd862469
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ gitRepositories {
|
||||||
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
|
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
|
||||||
include("whetstone") {
|
include("whetstone") {
|
||||||
uri.set("https://github.com/msfjarvis/whetstone")
|
uri.set("https://github.com/msfjarvis/whetstone")
|
||||||
tag.set("msfjarvis-2022-11-19")
|
tag.set("msfjarvis-2022-11-21")
|
||||||
includeBuild {
|
includeBuild {
|
||||||
dependencySubstitution {
|
dependencySubstitution {
|
||||||
for (module in
|
for (module in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue