Skip to content

Commit 8df3f12

Browse files
authored
Merge pull request #28 from webreinvent/feature/Task-1127-update-dependencies
Feature -> Develop | Task-1127 update dependencies
2 parents 8de36d4 + 5fcc9d2 commit 8df3f12

32 files changed

+529
-515
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ subprojects {
2626
project.evaluationDependsOn(':app')
2727
}
2828

29-
task clean(type: Delete) {
29+
tasks.register("clean", Delete) {
3030
delete rootProject.buildDir
3131
}

0 commit comments

Comments
 (0)