Skip to content

Commit 332bd60

Browse files
committed
Publish JitPack
1 parent 5bf684f commit 332bd60

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

GlideLoader/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
apply plugin: 'com.android.library'
2+
// JitPack Maven
3+
apply plugin: 'com.github.dcendents.android-maven'
4+
// Group
5+
group='com.github.hitomi'
26

37
android {
48
compileSdkVersion rootProject.ext.compileSdkVersion

Transferee/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
apply plugin: 'com.android.library'
2+
// JitPack Maven
3+
apply plugin: 'com.github.dcendents.android-maven'
4+
// Group
5+
group='com.github.hitomi'
26

37
android {
48
compileSdkVersion rootProject.ext.compileSdkVersion

UniversalLoader/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
apply plugin: 'com.android.library'
2+
// JitPack Maven
3+
apply plugin: 'com.github.dcendents.android-maven'
4+
// Group
5+
group='com.github.hitomi'
26

37
android {
48
compileSdkVersion rootProject.ext.compileSdkVersion

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.2.3'
9-
10-
// NOTE: Do not place your application dependencies here; they belong
11-
// in the individual module build.gradle files
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1210
}
1311
}
1412

0 commit comments

Comments
 (0)