-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from janishar/0.7.3-alpha
Add RecyclableEditText and Recycle Callback
- Loading branch information
Showing
8 changed files
with
169 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ ext { | |
siteUrl = 'https://github.com/janishar/PlaceHolderView' | ||
gitUrl = 'https://github.com/janishar/PlaceHolderView.git' | ||
|
||
libraryVersion = '0.7.2' | ||
libraryVersion = '0.7.3-alpha' | ||
|
||
developerId = '[email protected]' | ||
developerName = 'Janishar Ali' | ||
|
@@ -31,8 +31,8 @@ android { | |
defaultConfig { | ||
minSdkVersion 16 | ||
targetSdkVersion 25 | ||
versionCode 9 | ||
versionName "0.7.2" | ||
versionCode 10 | ||
versionName "0.7.3-alpha" | ||
} | ||
buildTypes { | ||
release { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.