Skip to content

Commit

Permalink
Library should not depend on app compat
Browse files Browse the repository at this point in the history
  • Loading branch information
tokudu committed Dec 5, 2014
1 parent ce63159 commit 0b512bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ android {

dependencies {
compile 'com.android.support:support-v4:19.1.0'
compile 'com.android.support:appcompat-v7:21.0.0'
compile project(':library')
}
1 change: 0 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ repositories {

dependencies {
compile 'com.android.support:support-v4:19.1.0'
compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.nineoldandroids:library:2.4.0'
}

Expand Down

0 comments on commit 0b512bb

Please sign in to comment.