File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ apply plugin : ' com.novoda.bintray-release'
23
34android {
45 compileSdkVersion 25
@@ -21,6 +22,16 @@ android {
2122 }
2223}
2324
25+ publish {
26+ groupId = ' io.github.karuppiah7890'
27+ artifactId = ' fileshare'
28+ publishVersion = ' 0.1.0'
29+ desc = ' An Android library to send and receive files among Android devices in a WiFi LAN.'
30+ licences = [' MIT' ]
31+ uploadName= ' FileShare'
32+ website = ' https://github.com/Android-File-Share/FileShare'
33+ }
34+
2435dependencies {
2536 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2637 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ buildscript {
66 }
77 dependencies {
88 classpath ' com.android.tools.build:gradle:2.2.2'
9+ classpath ' com.novoda:bintray-release:0.3.4'
910
1011 // NOTE: Do not place your application dependencies here; they belong
1112 // in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments