Skip to content

Commit

Permalink
Support Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed Jun 19, 2018
1 parent 66ea808 commit 5457891
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ buildscript {
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${dokka_version}"
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:${dokka_version}"
classpath 'org.kordamp.gradle:stats-gradle-plugin:0.2.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand All @@ -28,7 +29,9 @@ ktlint {
allprojects {
apply plugin: 'org.kordamp.gradle.stats'
apply plugin: "com.jfrog.artifactory"
group = 'com.tinder.scarlet'
// group = 'com.tinder.scarlet' TODO use Bintray
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.tinder'

repositories {
mavenCentral()
Expand Down

0 comments on commit 5457891

Please sign in to comment.