Skip to content

Commit c8f18bf

Browse files
committed
Update README.md
1 parent 1e2eb29 commit c8f18bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
}
3939

4040
dependencies {
41-
compile 'com.github.navasmdc:MaterialDesign:1.2@aar'
41+
compile 'com.github.navasmdc:MaterialDesign:1.+@aar'
4242
}
4343
```
4444

@@ -166,8 +166,8 @@ Some components have custom attributes, if you want use them, you must add this
166166
![progress bar circular indeterminate](images/progress_bar_circular_indeterminate.png)
167167

168168
```xml
169-
<com.gc.materialdesign.views.ProgressBarCircularIndetermininate
170-
android:id="@+id/progressBarCircularIndetermininate"
169+
<com.gc.materialdesign.views.ProgressBarCircularIndeterminate
170+
android:id="@+id/progressBarCircularIndeterminate"
171171
android:layout_width="32dp"
172172
android:layout_height="32dp"
173173
android:background="#1E88E5" />

0 commit comments

Comments
 (0)