Skip to content

Commit

Permalink
Update Android Gradle plugin to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Feb 22, 2017
1 parent f0b988a commit 43ad756
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
Expand Down
2 changes: 1 addition & 1 deletion EventBusTest/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:2.2.1'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
Expand Down

0 comments on commit 43ad756

Please sign in to comment.