Update Gradle to 2.4

This commit is contained in:
thatsIch
2015-05-16 13:20:11 +02:00
parent fdd44f4633
commit 6636718ef7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
task wrapper(type: Wrapper) {
gradleVersion = "2.3"
gradleVersion = "2.4"
}
// WAILA