Update gradle

This commit is contained in:
Victor Shcherb 2015-05-03 19:36:03 +02:00
parent f6090ff64a
commit a935ff6ea4

View file

@ -278,6 +278,10 @@ tasks.withType(JavaCompile) {
compileTask -> compileTask.dependsOn << [collectExternalResources, buildOsmAndCore, cleanupDuplicatesInCore]
}
clean.doLast{
delete ('res/values/no_translate.xml')
}
repositories {
ivy {
name = "OsmAndBinariesIvy"