Skip to content

Commit 24fe5dd

Browse files
committed
update gradle build
1 parent 6e4a577 commit 24fe5dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext.kotlin_version = '1.2.0'
55
ext.realm_version = '4.3.1'
66
ext.sdk_version = 25
7-
ext.build_tools_version = '26.0.2'
7+
ext.build_tools_version = '27.0.3'
88
ext.support_library_version = '25.1.1'
99

1010
repositories {
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414

1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:3.0.1'
16+
classpath 'com.android.tools.build:gradle:3.1.0-rc02'
1717
//noinspection DifferentKotlinGradleVersion
1818
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1919
classpath "io.realm:realm-gradle-plugin:$realm_version"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Oct 31 13:14:17 PDT 2017
1+
#Fri Mar 23 18:13:01 CDT 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.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)