Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Tweaking gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEggers committed Sep 15, 2018
1 parent 5a3ba2e commit 16f800c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion builder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.android.support:appcompat-v7:$support_lib_version"
implementation "com.android.support:preference-v7:$support_lib_version"
implementation "android.arch.lifecycle:extensions:$lifecycle_version"
implementation "org.archknife:archknife-core:$archknife_version"
implementation "org.autotarget:autotarget-fragment:$autotarget_version"

api "com.android.support:preference-v7:$support_lib_version"

api project(':archtree-viewmodel')
//api "org.archtree:archtree-viewmodel:$archtree_library_version"

Expand Down
3 changes: 2 additions & 1 deletion viewmodel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "android.arch.lifecycle:extensions:$lifecycle_version"
implementation "com.android.support:preference-v7:$support_lib_version"

api "com.android.support:preference-v7:$support_lib_version"
}

apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
Expand Down

0 comments on commit 16f800c

Please sign in to comment.