Skip to content

Commit

Permalink
Module renamed for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitbangar123 committed Jun 25, 2017
1 parent 26fbdd8 commit bbf5786
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
compile project(':mvp.conductor')
compile project(':mvpconductor')
compile project(':rx2mvpconductor')
testCompile 'junit:junit:4.12'
testCompile "org.mockito:mockito-core:2.7.21"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ':app', ':mvp.conductor',
include ':app', ':mvpconductor',
':rxmvpconductor',
':rx2mvpconductor',
':rx2autodisposemvpconductor'

0 comments on commit bbf5786

Please sign in to comment.