Skip to content

Commit bb71bfa

Browse files
committed
Merge pull request #198 from longbai/release_7.1.3
up gradle
2 parents 715244c + 8c03cc8 commit bb71bfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
task wrapper(type: Wrapper) {
3-
gradleVersion = '2.5'
4-
}
2+
//task wrapper(type: Wrapper) {
3+
// gradleVersion = '2.13'
4+
//}
55

66
buildscript {
77
repositories {
88
jcenter()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:1.3.1'
11+
classpath 'com.android.tools.build:gradle:2.1.0'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

0 commit comments

Comments
 (0)