Skip to content

Commit

Permalink
jitpack publishing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adroitandroid committed Jun 27, 2017
1 parent 89b2349 commit aa03afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // as per https://jitpack.io/docs/ANDROID/
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
3 changes: 3 additions & 0 deletions near/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' // for JitPack

group='com.github.adroitandroid' // for JitPack https://jitpack.io/docs/ANDROID/

android {
compileSdkVersion 25
Expand Down

0 comments on commit aa03afd

Please sign in to comment.