File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ // JitPack Maven
3+ apply plugin : ' com.github.dcendents.android-maven'
4+ // Group
5+ group= ' com.github.hitomi'
26
37android {
48 compileSdkVersion rootProject. ext. compileSdkVersion
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ // JitPack Maven
3+ apply plugin : ' com.github.dcendents.android-maven'
4+ // Group
5+ group= ' com.github.hitomi'
26
37android {
48 compileSdkVersion rootProject. ext. compileSdkVersion
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ // JitPack Maven
3+ apply plugin : ' com.github.dcendents.android-maven'
4+ // Group
5+ group= ' com.github.hitomi'
26
37android {
48 compileSdkVersion rootProject. ext. compileSdkVersion
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments