Skip to content

Commit 6da819c

Browse files
(fix):quick fix for 3.0 release (#254)
* quick fix for 3.0 release * travis should be building correctly. * fix build tools mistake
1 parent 10e22be commit 6da819c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ buildscript {
3434
google()
3535
}
3636
dependencies {
37-
classpath 'com.android.tools.build:gradle:3.3.1'
37+
classpath 'com.android.tools.build:gradle:3.0.1'
3838

3939
// NOTE: Do not place your application dependencies here; they belong
4040
// in the individual module build.gradle files

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-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
sourceCompatibility JavaVersion.VERSION_1_8
5050
targetCompatibility JavaVersion.VERSION_1_8
5151
}
52-
buildToolsVersion '28.0.1'
52+
buildToolsVersion '28.0.3'
5353
}
5454

5555
dependencies {

0 commit comments

Comments
 (0)