Add missing zipSigner() dependency

This commit is contained in:
Jakub Chrzanowski
2024-07-15 09:05:14 +02:00
parent 381a2347f6
commit 4a6cef52ae

View File

@@ -48,6 +48,7 @@ dependencies {
instrumentationTools() instrumentationTools()
pluginVerifier() pluginVerifier()
zipSigner()
testFramework(TestFrameworkType.Platform) testFramework(TestFrameworkType.Platform)
} }
} }