Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5393bb1

Browse files
committed
update gradle version to 4.6
1 parent47ffb70 commit5393bb1

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

‎build.gradle‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,16 @@ buildscript {
1313
}
1414

1515
dependencies {
16-
classpath"com.android.tools.build:gradle:3.1.3"
17-
classpath"com.novoda:bintray-release:0.8.1"
16+
classpath"com.android.tools.build:gradle:3.2.1"
17+
classpath"com.novoda:bintray-release:0.9"
1818
classpath"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1919
}
2020
}
2121

2222
allprojects {
2323
repositories {
2424
jcenter()
25-
maven {
26-
url'https://maven.google.com/'
27-
name'Google'
28-
}
25+
google()
2926
}
3027
}
3128

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Jul 21 17:31:12 KST 2018
1+
#Mon Nov 19 17:14:03 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp