Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
janishar committed Oct 19, 2016
1 parent 4ffa648 commit 1091fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions placeholderview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/janishar/PlaceHolderView'
gitUrl = 'https://github.com/janishar/PlaceHolderView.git'

libraryVersion = '0.2.9'
libraryVersion = '0.5.0'

developerId = '[email protected]'
developerName = 'Janishar Ali'
Expand All @@ -32,7 +32,7 @@ android {
minSdkVersion 16
targetSdkVersion 24
versionCode 7
versionName "0.2.9"
versionName "0.5.0"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public void deActivatePutBack(){
mSwipeDecor.setIsPutBackActive(false);
}

public void setIsUndoEnabled(boolean isUndoEnabled) {
protected void setIsUndoEnabled(boolean isUndoEnabled) {
this.mIsUndoEnabled = isUndoEnabled;
}

Expand Down

0 comments on commit 1091fb1

Please sign in to comment.