File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,22 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.9.+ '
6
+ classpath ' com.android.tools.build:gradle:2.3.3 '
7
7
}
8
8
}
9
- apply plugin : ' android'
9
+ apply plugin : ' com. android.application '
10
10
11
11
repositories {
12
12
mavenCentral()
13
13
}
14
14
15
15
android {
16
- compileSdkVersion 19
17
- buildToolsVersion " 19 .0.3 "
16
+ compileSdkVersion 25
17
+ buildToolsVersion " 25 .0.2 "
18
18
19
19
defaultConfig {
20
- minSdkVersion 8
21
- targetSdkVersion 14
20
+ minSdkVersion 9
21
+ targetSdkVersion 25
22
22
versionCode 1
23
23
versionName " 1.0"
24
24
}
@@ -29,13 +29,12 @@ android {
29
29
}
30
30
buildTypes {
31
31
release {
32
- runProguard false
32
+ minifyEnabled false
33
33
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
34
34
}
35
35
}
36
36
}
37
37
38
38
dependencies {
39
- compile ' com.android.support:support-v4:19.1.0'
40
- compile ' com.android.support:appcompat-v7:19.1.0'
39
+ compile ' com.android.support:appcompat-v7:25.3.1'
41
40
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\ ://services.gradle.org/distributions/gradle-1.11 -all.zip
6
+ distributionUrl =http://services.gradle.org/distributions/gradle-3.3 -all.zip
You can’t perform that action at this time.
0 commit comments