Skip to content

Commit

Permalink
library module created and also separated the example module.
Browse files Browse the repository at this point in the history
  • Loading branch information
vansikrishna authored and bhaskarxinthe committed Feb 21, 2017
1 parent c5c423f commit d47fb5f
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 3 deletions.
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/parentLayout"
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 23
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
}
buildTypes {
release {
Expand Down

0 comments on commit d47fb5f

Please sign in to comment.