Skip to content

Commit

Permalink
Publish JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitomis committed Jun 16, 2017
1 parent 5bf684f commit 332bd60
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions GlideLoader/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
apply plugin: 'com.android.library'
// JitPack Maven
apply plugin: 'com.github.dcendents.android-maven'
// Group
group='com.github.hitomi'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
4 changes: 4 additions & 0 deletions Transferee/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
apply plugin: 'com.android.library'
// JitPack Maven
apply plugin: 'com.github.dcendents.android-maven'
// Group
group='com.github.hitomi'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
4 changes: 4 additions & 0 deletions UniversalLoader/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
apply plugin: 'com.android.library'
// JitPack Maven
apply plugin: 'com.github.dcendents.android-maven'
// Group
group='com.github.hitomi'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
}

Expand Down

0 comments on commit 332bd60

Please sign in to comment.