Skip to content

Commit

Permalink
[Saripaar] Prepare for next development iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ragunathjawahar committed Jul 31, 2015
1 parent f8e96e8 commit 97eebba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ Android Saripaar v2 [![Android Arsenal](https://img.shields.io/badge/Android%20A

**சரிபார்** - sari-paar (Tamil for "to check", "verify" or "validate")

Android Saripaar is a simple, yet powerful rule-based UI form validation library for Android.
It is the **SIMPLEST** and **FEATURE-RICH** validation library available for Android.

*Note: v2 is feature complete and snapshots are available, expect a release soon.*
Android Saripaar is a simple, feature-rich and powerful rule-based UI form validation library for Android.
It is the **SIMPLEST** UI validation library available for Android.

Why Android Saripaar?
---------------------
Expand Down Expand Up @@ -103,13 +101,13 @@ Maven
<dependency>
<groupId>com.mobsandgeeks</groupId>
<artifactId>android-saripaar</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

Gradle
---------------------
dependencies {
compile 'com.mobsandgeeks:android-saripaar:2.0-SNAPSHOT'
compile 'com.mobsandgeeks:android-saripaar:2.0.0'
}

Snapshots
Expand All @@ -130,7 +128,7 @@ ProGuard
Exclude Saripaar classes from obfuscation and minification. Add the following rules to your `proguard-rules.pro` file.

-keep class com.mobsandgeeks.saripaar.** {*;}
-keep class commons.validator.routines.** {*;}
-keep @com.mobsandgeeks.saripaar.annotation.ValidateUsing class * {*;}

Using Saripaar?
---------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.0-SNAPSHOT
VERSION_NAME=2.1.0-SNAPSHOT
GROUP=com.mobsandgeeks

POM_DESCRIPTION=Rule-based UI form validation library for Android
Expand Down

0 comments on commit 97eebba

Please sign in to comment.