From 421d73ec544f209d2e3408693df34e1b3cfd3b51 Mon Sep 17 00:00:00 2001 From: Vinay Gaba Date: Tue, 30 Jun 2015 16:12:45 +0530 Subject: [PATCH 1/2] Updated Readme.md Added info about customizing valid_till_text_size --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b4691a..5ca4129 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ You can modify the dimensions of some of the attributes by adding these attribut size //Default value:16sp size //Default value:14sp size //Default value:14sp +size //Default value:10sp size //Default value:120dp size //Default value:40dp ``` From 5b4bfbc045ab612ab251c8d016f3b7f61c7a8600 Mon Sep 17 00:00:00 2001 From: Vinay Gaba Date: Thu, 9 Jul 2015 10:03:03 +0530 Subject: [PATCH 2/2] Updated Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ca4129..928447b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 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.2’ + compile ‘com.vinaygaba:creditcardview:1.0.3’ } ```