Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-salehi committed Sep 5, 2016
1 parent 7a7f968 commit 0b5747e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
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)
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'

classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
26 changes: 25 additions & 1 deletion valueselectorlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit 0b5747e

Please sign in to comment.