Skip to content

Commit a93bdca

Browse files
chore(deps): update dependency gradle to v4.10.3
1 parent feec279 commit a93bdca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mobile/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ allprojects {
3434

3535

3636
task wrapper(type: Wrapper) {
37-
gradleVersion = '4.4'
37+
gradleVersion = '4.10.3'
3838
distributionUrl = distributionUrl.replace("bin", "all")
3939
}

packages/mobile/android/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip

0 commit comments

Comments
 (0)