diff --git a/WordPress/build.gradle b/WordPress/build.gradle index cf6928e8744b..1fdbd7fcbeff 100644 --- a/WordPress/build.gradle +++ b/WordPress/build.gradle @@ -264,9 +264,6 @@ static def addBuildConfigFieldsFromPrefixedProperties(variant, properties, prefi // Also define found properties that started with `res.` (`res_*` keys once in the `fields_map`) as resValues fields_map.each { variant.buildConfigField "String", it.key.toUpperCase(), "\"${it.value}\"" - if (it.key.startsWith("res_")) { - variant.resValue "String", it.key.replace("res_", ""), "${it.value}" - } } } @@ -517,8 +514,6 @@ if ((file('google-services.json').text) == (file('google-services.json-example') println("WARNING: You're using the example google-services.json file. Google login will fail.") } - - tasks.register("violationCommentsToGitHub", se.bjurr.violations.comments.github.plugin.gradle.ViolationCommentsToGitHubTask) { repositoryOwner = "wordpress-mobile" repositoryName = "WordPress-Android"