Skip to content

Commit d83e387

Browse files
committed
Updated Readme.md
Changed package name to com.vinaygaba.CreditCardView
1 parent e99aeb8 commit d83e387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Setup
2828
The library is pushed to Maven Central as an AAR, so you just need to add the following to your build.gradle file:
2929
```java
3030
dependencies {
31-
compile ‘com.vinaygaba:creditcardview:1.0.1
31+
compile ‘com.vinaygaba:creditcardview:1.0.2
3232
}
3333
```
3434

3535
Usage
3636
------
3737
Using CreditCardView is extremely easy, this is how you would declare it in the layout xml:
3838
```java
39-
<com.vinaygaba.creditcardview.library.CreditCardView
39+
<com.vinaygaba.creditcardview.CreditCardView
4040
android:id="@+id/card1"
4141
android:layout_width="fill_parent"
4242
android:layout_height="225dp"

0 commit comments

Comments
 (0)