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

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