Skip to content
This repository was archived by the owner on Jan 10, 2018. It is now read-only.

Added gradle to jitpack #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
buildscript {
repositories {
mavenCentral()
maven {
url "https://jitpack.io"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:1.2.+'
}
}
apply plugin: 'android-library'
Expand All @@ -14,6 +17,7 @@ repositories {

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.github.User:Repo:Tag'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't look right

}

android {
Expand Down