Skip to content

Commit

Permalink
✈️ config jitpack.io
Browse files Browse the repository at this point in the history
  • Loading branch information
dtboy1995 committed Jul 29, 2018
1 parent b117b52 commit cf0dd43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'

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

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -19,6 +19,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down
3 changes: 3 additions & 0 deletions seek/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='org.ithot'

android {
compileSdkVersion 26
Expand Down

0 comments on commit cf0dd43

Please sign in to comment.