Skip to content

Commit 6ca09d3

Browse files
committed
added the android-maven plugin for jitpack
1 parent 520035a commit 6ca09d3

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

0 Bytes
Binary file not shown.

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1+
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+
buildscript {
3+
repositories {
4+
mavenCentral()
5+
}
6+
dependencies {
7+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
8+
}
9+
}

spin/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apply plugin: 'com.android.library'
2-
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
group='com.github.marksalpeter'
34

45
buildscript {
56
repositories {

0 commit comments

Comments
 (0)