Skip to content

Commit

Permalink
Fix issue with jitpack (#125)
Browse files Browse the repository at this point in the history
* testing fix2 for jitpack issue

* Added back change to see if this was the issue
  • Loading branch information
stealthcopter authored Feb 8, 2020
1 parent ed68820 commit 46abc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ buildscript {

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

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand Down
1 change: 1 addition & 0 deletions rootbeerlib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion compileSdkVer
Expand Down

0 comments on commit 46abc67

Please sign in to comment.