Skip to content

Commit f060b34

Browse files
committed
Update gradle and fix error compilation
1 parent e6270f5 commit f060b34

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
firebase_firestore_version='17.1.3'
99
firebase_functions_version='16.1.3'
1010
firebase_remote_version='16.1.0'
11-
support_version = "27.0.2"
11+
support_version = "28.0.3"
1212
}
1313
}
1414
apply plugin: 'com.android.library'
@@ -22,7 +22,7 @@ android {
2222
}
2323

2424
compileSdkVersion 28
25-
buildToolsVersion "27.0.3"
25+
buildToolsVersion "28.0.3"
2626

2727
defaultConfig {
2828
minSdkVersion 14

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
65
google()
6+
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.2'
9+
classpath 'com.android.tools.build:gradle:3.2.1'
1010
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jul 12 10:29:40 CEST 2018
1+
#Fri Nov 30 11:51:14 CET 2018
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.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)