File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ android {
17
17
}
18
18
}
19
19
buildTypes {
20
- all {
20
+ release {
21
21
minifyEnabled true
22
- shrinkResources true
22
+ useProguard true
23
+ shrinkResources false
23
24
proguardFiles getDefaultProguardFile(" proguard-android.txt" )
24
25
}
25
26
}
@@ -33,7 +34,7 @@ android {
33
34
dependencies {
34
35
implementation " com.android.support:appcompat-v7:27.0.1"
35
36
implementation ' com.android.support.constraint:constraint-layout:1.0.2'
36
- compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.0 "
37
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7: $k otlin_version "
37
38
}
38
39
repositories {
39
40
mavenCentral()
Original file line number Diff line number Diff line change 1
1
buildscript {
2
+ ext. kotlin_version = ' 1.2.71'
2
3
repositories {
3
4
google()
4
5
jcenter()
5
6
}
6
7
dependencies {
7
- classpath " com.android.tools.build:gradle:3.0 .1"
8
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.0 "
8
+ classpath " com.android.tools.build:gradle:3.2 .1"
9
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlin_version "
9
10
}
10
11
}
11
12
Original file line number Diff line number Diff line change 1
- # Tue Nov 28 10:41:55 CST 2017
1
+ # Mon Nov 05 09:02:41 CET 2018
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments