diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index 49d7ee737a6c..65ba5528fc39 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -70,6 +70,11 @@ dependencies { because "gimptracker" } + thirdParty("io.socket:socket.io-client:2.1.2") { + because "clan-bingo" + exclude group: 'com.squareup.okhttp3' + } + thirdParty("com.google.apis:google-api-services-sheets:v4-rev20240514-2.0.0") { because "dude-wheres-my-stuff" exclude group: 'com.google.guava' diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index f01802725137..a0d6632c6eae 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -753,6 +753,14 @@ + + + + + + + + @@ -801,6 +809,14 @@ + + + + + + + + @@ -809,6 +825,14 @@ + + + + + + + + @@ -1537,13 +1561,5 @@ - - - - - - - - diff --git a/plugins/clan-bingo b/plugins/clan-bingo new file mode 100644 index 000000000000..88a8d79a077b --- /dev/null +++ b/plugins/clan-bingo @@ -0,0 +1,2 @@ +repository=https://github.com/btvp97/bingo-plugin.git +commit=a95ed6a42721202c3de7e2cca389a1c9ed57e459 \ No newline at end of file