Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
JitPack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Feb 13, 2018
1 parent 5156aa5 commit d04c315
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -32,7 +32,7 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:2.2.2'

implementation "com.bluelinelabs:conductor:$conductor_version"
compile project(path: ':conductor-viewmodel')
implementation project(path: ':conductor-viewmodel')

implementation "android.arch.lifecycle:extensions:$arch_version"
}
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -9,6 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'

// 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 conductor-viewmodel/build.gradle
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.miquelbeltran'

android {
compileSdkVersion 26
Expand Down

0 comments on commit d04c315

Please sign in to comment.