Skip to content

Commit

Permalink
Add anko library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ndukwon committed Apr 5, 2018
1 parent 47aeae3 commit ec2d1fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ dependencies {
implementation "com.android.support:recyclerview-v7:$support_version"
implementation "com.android.support:cardview-v7:$support_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

compile "org.jetbrains.anko:anko:$anko_version" // https://github.com/Kotlin/anko
}
repositories {
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

buildscript {
ext.kotlin_version = '1.2.31'
ext.anko_version='0.10.4' // https://github.com/Kotlin/anko

ext.support_version = '26.1.0'

Expand Down

0 comments on commit ec2d1fc

Please sign in to comment.