Skip to content

Commit

Permalink
Apply @oguzkocer's suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Oguz Kocer <oguzkocer@users.noreply.github.com>
  • Loading branch information
AliSoftware and oguzkocer authored Jul 8, 2021
1 parent d3be6e5 commit fd55a68
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
}
}

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit fd55a68

Please sign in to comment.