android: remove unneeded gradle task

This commit is contained in:
Saúl Ibarra Corretgé 2018-12-19 13:08:11 +01:00 committed by Zoltan Bettenbuk
parent ac624b104f
commit f8f544c615
1 changed files with 0 additions and 5 deletions

View File

@ -247,8 +247,3 @@ subprojects { subproject ->
} }
} }
} }
task wrapper(type: Wrapper) {
gradleVersion = '4.4'
distributionUrl = distributionUrl.replace("bin", "all")
}