Skip to content

Commit

Permalink
Add maven publish support
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Mar 13, 2015
1 parent c2032ac commit caa1b95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions unifiednlp-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
}
}

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = 'org.microg'
version = '1.4-SNAPSHOT'

android {
compileSdkVersion 22
Expand Down

0 comments on commit caa1b95

Please sign in to comment.