Skip to content

Commit f742f27

Browse files
author
ehowlsla
committed
gradle version update
1 parent 9d9dd36 commit f742f27

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
kotlin_version = '1.2.30'
5+
kotlin_version = '1.2.41'
66
}
77
repositories {
88
jcenter()
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Mar 28 12:24:42 KST 2018
1+
#Tue May 29 18:47:07 KST 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

local.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
# Location of the SDK. This is only used by Gradle.
88
# For customization when using a Version Control System, please read the
99
# header note.
10-
#Mon Jan 08 10:15:13 KST 2018
11-
ndk.dir=/Users/jeonseung-il/Library/Android/sdk/ndk-bundle
12-
sdk.dir=/Users/jeonseung-il/Library/Android/sdk
10+
#Thu May 10 15:42:00 KST 2018
11+
ndk.dir=/Users/ehowlsla/Library/Android/sdk/ndk-bundle
12+
sdk.dir=/Users/ehowlsla/Library/Android/sdk

0 commit comments

Comments
 (0)