We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 715244c + 8c03cc8 commit bb71bfaCopy full SHA for bb71bfa
build.gradle
@@ -1,14 +1,14 @@
1
// 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
-}
+//task wrapper(type: Wrapper) {
+// gradleVersion = '2.13'
+//}
5
6
buildscript {
7
repositories {
8
jcenter()
9
}
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:1.3.1'
+ classpath 'com.android.tools.build:gradle:2.1.0'
12
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle files
0 commit comments