Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
Changed package name to com.vinaygaba.CreditCardView
  • Loading branch information
vinaygaba committed Jun 23, 2015
1 parent e99aeb8 commit d83e387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Setup
The library is pushed to Maven Central as an AAR, so you just need to add the following to your build.gradle file:
```java
dependencies {
compile ‘com.vinaygaba:creditcardview:1.0.1
compile ‘com.vinaygaba:creditcardview:1.0.2
}
```

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

0 comments on commit d83e387

Please sign in to comment.