Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Apr 5, 2016
1 parent 9268c48 commit 1403066
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Add the following to your module's `build.gradle` file:
```Gradle
dependencies {
// ...
compile('com.github.afollestad:drag-select-recyclerview:0.3.3@aar') {
compile('com.github.afollestad:drag-select-recyclerview:0.3.4@aar') {
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "0.3.3"
versionName "0.3.4"
}
lintOptions {
abortOnError false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private int getItemPosition(MotionEvent e) {
private RectF mTopBoundRect;
private RectF mBottomBoundRect;
private Paint mDebugPaint;
private boolean mDebugEnabled = true;
private boolean mDebugEnabled = false;

public final void enableDebug() {
mDebugEnabled = true;
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.afollestad.dragselectrecyclerviewsample"
minSdkVersion 14
targetSdkVersion 23
versionCode 9
versionName "0.3.3"
versionCode 10
versionName "0.3.4"
}
buildTypes {
release {
Expand Down
Binary file modified sample/sample.apk
Binary file not shown.

0 comments on commit 1403066

Please sign in to comment.