Skip to content

Commit d69f96e

Browse files
committed
UPDATE: gradle version.
1 parent f5cbac7 commit d69f96e

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

app/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apply plugin: 'kotlin-android'
33

44
android {
55
compileSdkVersion 24
6-
buildToolsVersion "24.0.2"
76

87
defaultConfig {
98
applicationId "com.jacky.launcher"
@@ -49,8 +48,5 @@ dependencies {
4948
compile 'com.android.support:recyclerview-v7:24.2.0'
5049
compile 'com.android.support:cardview-v7:24.2.0'
5150
compile 'com.github.bumptech.glide:glide:3.4.+'
52-
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
53-
}
54-
repositories {
55-
mavenCentral()
56-
}
51+
// compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
52+
}

build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.1.2-5'
4+
ext.kotlin_version = '1.3.61'
55
repositories {
6+
google()
67
jcenter()
78
}
89
dependencies {
9-
classpath 'com.android.tools.build:gradle:2.2.3'
10+
classpath 'com.android.tools.build:gradle:3.3.0'
1011
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11-
12-
// NOTE: Do not place your application dependencies here; they belong
13-
// in the individual module build.gradle files
1412
}
1513
}
1614

1715
allprojects {
1816
repositories {
17+
google()
1918
jcenter()
2019
}
2120
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Sep 05 19:36:23 CST 2016
1+
#Mon Mar 09 18:39:37 CST 2020
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-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 commit comments

Comments
 (0)