From 6a7ab7e9d3dbbcf6d02d8002f8cbbd2fd96114c7 Mon Sep 17 00:00:00 2001 From: furfy <13049652+furfy@users.noreply.github.com> Date: Tue, 24 May 2022 07:00:15 +0300 Subject: [PATCH] Update Polywoof to v0.10b (#2715) --- package/verification-template/build.gradle | 3 +++ .../gradle/verification-metadata.xml | 8 ++++++++ plugins/polywoof | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index 860fdfa67..bd68c987a 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -87,6 +87,9 @@ dependencies { thirdParty("io.github.zeroone3010:yetanotherhueapi:2.3.0"){ because "phillip-hue-integration" } + thirdParty("com.h2database:h2:2.1.212") { + because "polywoof" + } } task verifyCore { diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index 31fa9322f..fd6df9ded 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -353,6 +353,14 @@ + + + + + + + + diff --git a/plugins/polywoof b/plugins/polywoof index bdb6f8f0c..e0c865796 100644 --- a/plugins/polywoof +++ b/plugins/polywoof @@ -1,2 +1,2 @@ repository=https://github.com/furfy/Polywoof.git -commit=84ff7c26df2d21dbc5e6f254ed89677805430244 +commit=9b4deb8133a073844afefe4ff88898f0d49c6335