Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit df21d29

Browse files
keianhzobluemarvin
authored andcommitted
Gradle update required by AS 3.5.0 (#1762)
1 parent 8864147 commit df21d29

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ infer-out/
5656
fastlane/
5757

5858
app/.externalNativeBuild
59+
app/.cxx
5960
openwnn/.externalNativeBuild
6061

6162
*.swp

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
apply from: 'versions.gradle'
55
addRepos(repositories)
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.4.2'
7+
classpath 'com.android.tools.build:gradle:3.5.0'
88
classpath "$deps.kotlin.plugin"
99

1010
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Apr 23 11:47:41 CEST 2019
1+
#Tue Sep 03 15:42:54 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-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 commit comments

Comments
 (0)