Skip to content

Commit

Permalink
Merge pull request #3 from bilgehankalkan/feature/jitpack-job
Browse files Browse the repository at this point in the history
Update GROUP_ID and VERSION to get build from Jitpack.
  • Loading branch information
bilgehankalkan authored Nov 30, 2019
2 parents d3a3ae1 + dc52662 commit bc964d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alerter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ apply plugin: 'org.jetbrains.dokka'
//Quality Standards
apply from: rootProject.file('quality.gradle')

final String GROUP_ID = "com.tapadoo.android"
final String GROUP_ID = "com.bilgehankalkan"

final String VERSION = "5.0.0"
final String VERSION = "1.0.0"

final String DESCRIPTION = "An Android Alerting Library"
final String GITHUB_URL = "https://github.com/Tapadoo/Alerter"
final String DESCRIPTION = "An Android Alerting Library forked from Tapadoo"
final String GITHUB_URL = "https://github.com/bilgehankalkan/Alerter"

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down

0 comments on commit bc964d5

Please sign in to comment.