Skip to content

Commit

Permalink
Merge pull request #3834 from jimbeveridge/studio-2.1
Browse files Browse the repository at this point in the history
Upgrade gradle files for Android Studio 2.1
  • Loading branch information
jimbeveridge committed May 10, 2016
2 parents e434218 + 321b338 commit 6e48824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/hello_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.1.0'
}
}

Expand All @@ -13,5 +13,5 @@ task clean(type: Delete) {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.8'
gradleVersion = '2.10'
}
2 changes: 1 addition & 1 deletion examples/hello_android/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ repositories {
}

dependencies {
compile "com.android.tools.build:gradle:1.5.0"
compile "com.android.tools.build:gradle:2.1.0"
}

0 comments on commit 6e48824

Please sign in to comment.