Skip to content

Commit 58aac26

Browse files
committed
Update gradle version from 3.3 to 4.0
With Android Studio 3 the app cannot be built at the moment. This is caused by Gradle 3.3 not supporting the forTask() method. Updating gradle to 4.0 resolves the issue.
1 parent 687c3be commit 58aac26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-milestone-1-all.zip

0 commit comments

Comments
 (0)