Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartDengg committed Apr 11, 2016
1 parent 7944779 commit 2c0986c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion progressLayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.android.support:support-annotations:23.2.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<ProgressBar
android:layout_width="@dimen/material_64dp"
android:layout_height="@dimen/material_64dp"
style="?progressBarStyle"
/>

<TextView
Expand Down
2 changes: 2 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
/*Google library*/
compile 'com.android.support:appcompat-v7:23.2.1'
/*Square Library*/
compile 'com.jakewharton:butterknife:7.0.1'
compile project(':progressLayout')
Expand Down

0 comments on commit 2c0986c

Please sign in to comment.