Skip to content

Commit

Permalink
Update android plugin names in apply .
Browse files Browse the repository at this point in the history
Use the recommended gradle android plugin names for library and
application projects.
  • Loading branch information
Tuxdude committed Oct 14, 2014
1 parent 99bac63 commit 6c64493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'

dependencies {
compile 'com.android.support:support-v4:20.+'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'android'
apply plugin: 'com.android.application'

dependencies {
compile project(':library')
Expand Down

0 comments on commit 6c64493

Please sign in to comment.