Skip to content

Commit

Permalink
Initial Commited2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinankh committed Oct 5, 2019
1 parent 4c4db31 commit d8953f3
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion refreshview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
apply plugin: 'com.android.library'

ext {

bintrayRepo = 'android'
bintrayName = 'pullUpDownRefresh'

publishedGroupId = 'com.github.patelpinal'
libraryName = 'pullUpDownRefresh'
artifact = 'pullUpDownRefresh'

libraryDescription = 'Simple, and easy android image slider with image and indicatore animation'

siteUrl = 'https://github.com/PatelPinal'
gitUrl = 'https://github.com/PatelPinal/PullUpDownRefresh.git'

libraryVersion = '1.0.0'
//organization = 'smarteistbintray' // if you push to organization's repository.
developerId = 'PatelPinal'
developerName = 'Peenalkumar'
developerEmail = '[email protected]'

/*licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]*/

}

android {
compileSdkVersion 28

Expand All @@ -8,7 +34,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit d8953f3

Please sign in to comment.