Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding Koin library
  • Loading branch information
Eiliya committed Dec 1, 2018
1 parent c6548fa commit 5bb347a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions app/build.gradle
Expand Up @@ -27,4 +27,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'

// Koin library
implementation 'org.koin:koin-android:1.0.2'

}

0 comments on commit 5bb347a

Please sign in to comment.