Skip to content

Commit

Permalink
Added android maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chuvashev committed Aug 12, 2016
1 parent 16ec72d commit 2b4bb68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ buildscript {
dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
}

apply plugin: 'com.android.library'
apply plugin: 'com.neenbedankt.android-apt'
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'com.fernandocejas.frodo'
apply plugin: 'com.github.dcendents.android-maven'

repositories {
mavenCentral()
Expand Down Expand Up @@ -39,8 +40,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

defaultPublishConfig "debug"
}

dependencies {
Expand Down

0 comments on commit 2b4bb68

Please sign in to comment.