Update Concrete to support the new extensible update manifest format.

This commit is contained in:
2023-03-13 16:31:52 -07:00
parent 681c984b0a
commit 58aa162aa3
6 changed files with 76 additions and 1 deletions

View File

@ -6,3 +6,7 @@ dependencies {
implementation(project(":common-plugin"))
compileOnly(project(":foundation-shared"))
}
plugin {
dependency(project(":foundation-core"))
}