Skip to content

Commit

Permalink
Merge pull request #7 from daisuke-nomura/maven-plugin
Browse files Browse the repository at this point in the history
Add maven gradle plugin
  • Loading branch information
daisuke-nomura authored Jan 7, 2017
2 parents a124e04 + 8f3f48c commit 024a410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

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

group='com.github.daisuke-nomura'

android {
compileSdkVersion 25
Expand Down

0 comments on commit 024a410

Please sign in to comment.