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

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEggers committed May 3, 2019
1 parent 97d3658 commit 9a6a6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.appcompat:appcompat:$support_lib_appcompat_version"

implementation project(path: ':archtree-core')
//implementation "org.archtree:archtree-core:$archtree_library_version"
//implementation project(path: ':archtree-core')
implementation "org.archtree:archtree-core:$archtree_library_version"

implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
kapt "androidx.lifecycle:lifecycle-compiler:$lifecycle_version"
Expand Down

0 comments on commit 9a6a6af

Please sign in to comment.