Skip to content

Commit 33fdd48

Browse files
hannesa2sfan5
authored andcommittedAug 12, 2019
Update Gradle to 5.5.1 (#8771)
1 parent 49f1006 commit 33fdd48

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed
 

Diff for: ‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
tags
2222
!tags/
2323
gtags.files
24-
.idea/*
24+
.idea
2525
# Codelite
2626
*.project
2727
# Visual Studio Code

Diff for: ‎build/android/build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
buildscript {
22
repositories {
3-
maven { url 'https://maven.google.com' }
3+
google()
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.1.3'
7+
classpath 'com.android.tools.build:gradle:3.4.2'
88
}
99
}
1010

1111
allprojects {
1212
repositories {
13-
maven { url 'https://maven.google.com' }
13+
google()
1414
jcenter()
1515
}
1616
}
@@ -25,7 +25,6 @@ apply plugin: "com.android.application"
2525

2626
android {
2727
compileSdkVersion 28
28-
buildToolsVersion "28.0.3"
2928

3029
defaultConfig {
3130
versionCode 23
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Oct 15 00:47:03 CEST 2018
1+
#Fri Aug 09 22:14:33 CEST 2019
22
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-4.10.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip

0 commit comments

Comments
 (0)
Please sign in to comment.