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

Commit

Permalink
Removed unnecessary appcompat dependency in example
Browse files Browse the repository at this point in the history
  • Loading branch information
rahatarmanahmed committed Mar 21, 2015
1 parent 0fcba70 commit 4faef9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':circularprogressview')
compile 'com.android.support:appcompat-v7:21.0.0'
}
3 changes: 0 additions & 3 deletions example/example.iml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
</content>
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="support-v4-21.0.0" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-21.0.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-21.0.0" level="project" />
<orderEntry type="module" module-name="circularprogressview" exported="" />
</component>
</module>
Expand Down

0 comments on commit 4faef9e

Please sign in to comment.