Skip to content

Commit

Permalink
Add publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
muddassir235 committed Aug 28, 2020
1 parent 4ca9c27 commit 54de23e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions connection_checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release

groupId = 'com.muddassir.connection_checker'
artifactId = 'connection_checker'
version = 'v1.0'
}
}
}
}
}

dependencies {
Expand Down

0 comments on commit 54de23e

Please sign in to comment.