Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Update Gradle plugin identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Aug 21, 2014
1 parent fb98126 commit 99a60c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion draggablepanel/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:19.1.0'
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(':draggablepanel')
Expand Down

0 comments on commit 99a60c0

Please sign in to comment.