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 1
1
apply plugin : ' com.android.library'
2
+ apply plugin : ' com.novoda.bintray-release'
2
3
3
4
android {
4
5
compileSdkVersion 25
@@ -21,6 +22,16 @@ android {
21
22
}
22
23
}
23
24
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
+
24
35
dependencies {
25
36
compile fileTree(dir : ' libs' , include : [' *.jar' ])
26
37
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 {
6
6
}
7
7
dependencies {
8
8
classpath ' com.android.tools.build:gradle:2.2.2'
9
+ classpath ' com.novoda:bintray-release:0.3.4'
9
10
10
11
// NOTE: Do not place your application dependencies here; they belong
11
12
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments