Skip to content

Commit c383751

Browse files
committed
Project: Update gradle
Signed-off-by: Fung Gwo <fython@163.com>
1 parent 1800f91 commit c383751

4 files changed

Lines changed: 3 additions & 209 deletions

File tree

app/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
apply plugin: 'com.android.application'
22

3-
apply from: rootProject.file('libraries.gradle')
4-
53
android {
64
compileSdkVersion rootProject.ext.compileSdkVersion
75

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ ext {
1010
}
1111

1212
buildscript {
13-
ext.kotlinVersion = '1.2.71'
14-
ext.androidPluginVersion = '3.2.1'
13+
ext.androidPluginVersion = '3.3.2'
1514

1615
repositories {
1716
google()
1817
jcenter()
1918
}
2019
dependencies {
2120
classpath "com.android.tools.build:gradle:$androidPluginVersion"
22-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
2321
}
2422
}
2523

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Sun Mar 31 14:17:21 CST 2019
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

libraries.gradle

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)