-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a7f968
commit 0b5747e
Showing
3 changed files
with
28 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# ValueSelectorLib | ||
|
||
Numeric TextView with add & minus btn. | ||
Numeric TextView with add & minus btn for Android. | ||
|
||
|
||
![Screenshots](https://github.com/mehdi-salehi/ValueSelectorLib/blob/master/ScreenShot/layout-2016-09-05-121416.png) |
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 |
---|---|---|
|
@@ -53,4 +53,28 @@ task androidSourcesJar(type: Jar) { | |
artifacts { | ||
archives androidSourcesJar | ||
archives androidJavadocsJar | ||
} | ||
} | ||
|
||
ext { | ||
bintrayRepo = 'maven' | ||
bintrayName = 'ValueSelectorLib' | ||
|
||
publishedGroupId = 'com.narvancomputer' | ||
libraryName = 'ValueSelectorLib' | ||
artifact = 'ValueSelectorLib' | ||
|
||
libraryDescription = 'Numeric TextView with add & minus btn' | ||
|
||
siteUrl = 'https://github.com/mehdi-salehi/ValueSelectorLib' | ||
gitUrl = 'https://github.com/mehdi-salehi/ValueSelectorLib.git' | ||
|
||
libraryVersion = '1.0.0' | ||
|
||
developerId = 'mehdi-salehi' | ||
developerName = 'mehdi salehi' | ||
developerEmail = '[email protected]' | ||
|
||
licenseName = 'AGPL-V3' | ||
licenseUrl = 'http://www.opensource.org/licenses/agpl-v3.html' | ||
allLicenses = ["AGPL-V3"] | ||
} |