Skip to content

Commit fef02b8

Browse files
committed
Cloning Bug Fixed
1 parent 88ef1e5 commit fef02b8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

networkobserver/build.gradle

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id 'com.android.library'
33
id 'org.jetbrains.kotlin.android'
4+
id 'maven-publish'
45
}
56

67
android {
@@ -37,4 +38,18 @@ dependencies {
3738
testImplementation 'junit:junit:4.13.2'
3839
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
3940
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
41+
}
42+
43+
afterEvaluate {
44+
publishing{
45+
publications{
46+
release(MavenPublication){
47+
from components.release
48+
49+
groupId='com.github.Fenil-13'
50+
artifactId='NetworkObserver'
51+
version='1.0'
52+
}
53+
}
54+
}
4055
}

0 commit comments

Comments
 (0)