Skip to content

Commit

Permalink
Add gradle maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
johndlewis13 committed Oct 2, 2019
1 parent c816239 commit 92227e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'

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

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 2 additions & 0 deletions librelay/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.ForstaLabs'

repositories {
maven {
Expand Down

0 comments on commit 92227e1

Please sign in to comment.