Skip to content

Commit

Permalink
Increased version number to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wdullaer committed Jun 27, 2015
1 parent 85c922d commit 5982c22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ There are multiple options to add SwipeActionAdapter to your project:
Add it as a dependency to your `build.gradle`
```java
dependencies {
compile 'com.wdullaer:swipeactionadapter:1.4.2'
compile 'com.wdullaer:swipeactionadapter:1.4.3'
}
```

Expand Down Expand Up @@ -127,7 +127,6 @@ Layout code
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="?android:listPreferredItemHeight"
android:background="@android:color/holo_blue_bright">

</LinearLayout>
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.4.2
VERSION_CODE=10
VERSION_NAME=1.4.3
VERSION_CODE=11
GROUP=com.wdullaer

ANDROID_BUILD_MIN_SDK_VERSION=14
Expand Down

0 comments on commit 5982c22

Please sign in to comment.