Skip to content

Commit

Permalink
Merge pull request #304 from chthai64/update-gradle-2.1.0
Browse files Browse the repository at this point in the history
Update to com.android.tools.build:gradle:2.1.0
  • Loading branch information
greenrobot committed May 5, 2016
2 parents c418ad9 + 13846f3 commit c9afd0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EventBusPerformance/build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
Expand Down
2 changes: 1 addition & 1 deletion EventBusTest/build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
Expand Down

0 comments on commit c9afd0a

Please sign in to comment.