Skip to content

Commit

Permalink
Set up for jitpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
krtkush committed Dec 26, 2016
1 parent 27b2e7f commit b25205b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lineartimer/build.gradle
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.krtkush'

android {
compileSdkVersion 25
Expand Down Expand Up @@ -29,3 +32,13 @@ dependencies {
compile 'com.android.support:appcompat-v7:25.1.0'
testCompile 'junit:junit:4.12'
}

buildscript {
repositories {
mavenCentral()
}

dependencies {
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

0 comments on commit b25205b

Please sign in to comment.