Skip to content

Commit d865277

Browse files
committed
Configure the gradle
1 parent ed66cfc commit d865277

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.1.2'
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
910

1011
// NOTE: Do not place your application dependencies here; they belong
1112
// in the individual module build.gradle files

cmlibrary/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 24

0 commit comments

Comments
 (0)