Skip to content

Commit

Permalink
Jitpack build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitbangar123 committed Jun 25, 2017
1 parent 5006646 commit 26fbdd8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
It is a small library to add MVP support to conductor.
# Conductor MVP
It is a small library to add MVP support to [Conductor](https://github.com/bluelinelabs/Conductor).
It achieves the same by removing view logic into a separate class.

Installation

Show me some code code.
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.3.1'
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
2 changes: 2 additions & 0 deletions mvp.conductor/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.bangarharshit'

android {
compileSdkVersion 25
Expand Down
2 changes: 2 additions & 0 deletions rx2autodisposemvpconductor/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.bangarharshit'

android {
compileSdkVersion 25
Expand Down
2 changes: 2 additions & 0 deletions rx2mvpconductor/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.bangarharshit'

android {
compileSdkVersion 25
Expand Down
2 changes: 2 additions & 0 deletions rxmvpconductor/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.bangarharshit'

android {
compileSdkVersion 25
Expand Down

0 comments on commit 26fbdd8

Please sign in to comment.