diff --git a/compose-sdk/build.gradle b/compose-sdk/build.gradle index 77ffd8b..0fae406 100644 --- a/compose-sdk/build.gradle +++ b/compose-sdk/build.gradle @@ -89,15 +89,6 @@ project.afterEvaluate { url = 'https://github.com/hCaptcha/hcaptcha-jetpack-compose-sdk/blob/main/LICENSE' } } - developers { - developer { - id = 'sergiu' - name = 'Sergiu Danalachi' - email = 'sergiu@intuitionmachines.com' - organization = 'hCaptcha' - organizationUrl = 'https://www.hcaptcha.com' - } - } scm { connection = 'scm:git:git://github.com/hCaptcha/hcaptcha-android-sdk.git' developerConnection = 'scm:git:ssh://github.com:hCaptcha/hcaptcha-android-sdk.git' diff --git a/sdk/build.gradle b/sdk/build.gradle index c8f9f4c..f78c5dd 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -100,15 +100,6 @@ project.afterEvaluate { url = 'https://github.com/hCaptcha/hcaptcha-android-sdk/blob/main/LICENSE' } } - developers { - developer { - id = 'sergiu' - name = 'Sergiu Danalachi' - email = 'sergiu@intuitionmachines.com' - organization = 'hCaptcha' - organizationUrl = 'https://www.hcaptcha.com' - } - } scm { connection = 'scm:git:git://github.com/hCaptcha/hcaptcha-android-sdk.git' developerConnection = 'scm:git:ssh://github.com:hCaptcha/hcaptcha-android-sdk.git'