Skip to content

Commit 46abc67

Browse files
Fix issue with jitpack (#125)
* testing fix2 for jitpack issue * Added back change to see if this was the issue
1 parent ed68820 commit 46abc67

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ buildscript {
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
13+
14+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1315
}
1416
}
1517

rootbeerlib/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
23

34
android {
45
compileSdkVersion compileSdkVer

0 commit comments

Comments
 (0)