Skip to content

Commit

Permalink
fix appcompat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 4, 2015
1 parent d3985f0 commit 279f2ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:appcompat-v7:21.0.+'
}

signing {
Expand Down
1 change: 0 additions & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:21.0.3'
compile project(":editor");
}

0 comments on commit 279f2ee

Please sign in to comment.