We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99aeb8 commit d83e387Copy full SHA for d83e387
README.md
@@ -28,15 +28,15 @@ Setup
28
The library is pushed to Maven Central as an AAR, so you just need to add the following to your build.gradle file:
29
```java
30
dependencies {
31
- compile ‘com.vinaygaba:creditcardview:1.0.1’
+ compile ‘com.vinaygaba:creditcardview:1.0.2’
32
}
33
```
34
35
Usage
36
------
37
Using CreditCardView is extremely easy, this is how you would declare it in the layout xml:
38
39
-<com.vinaygaba.creditcardview.library.CreditCardView
+<com.vinaygaba.creditcardview.CreditCardView
40
android:id="@+id/card1"
41
android:layout_width="fill_parent"
42
android:layout_height="225dp"
0 commit comments