Kotlin 1.1 update.
This commit is contained in:
parent
f2c7019453
commit
e5ada7422e
5 changed files with 24 additions and 11 deletions
|
@ -29,14 +29,14 @@ dependencies {
|
|||
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
compile 'com.android.support:support-v13:25.0.1'
|
||||
compile 'com.android.support:appcompat-v7:25.0.1'
|
||||
compile 'com.android.support:support-v13:25.2.0'
|
||||
compile 'com.android.support:appcompat-v7:25.2.0'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
compile 'org.jetbrains.anko:anko-sdk23:0.9.1'
|
||||
compile 'org.jetbrains.anko:anko-appcompat-v7:0.9.1'
|
||||
compile 'org.jetbrains.anko:anko-support-v4:0.9.1'
|
||||
compile 'org.jetbrains.anko:anko-design:0.9.1'
|
||||
compile 'com.android.support:design:25.0.1'
|
||||
compile 'com.android.support:design:25.2.0'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version: '2.7'
|
||||
|
||||
// https://github.com/JakeWharton/ViewPagerIndicator
|
||||
|
@ -51,7 +51,6 @@ dependencies {
|
|||
}
|
||||
|
||||
repositories {
|
||||
maven { url 'https://dl.bintray.com/jetbrains/anko/'}
|
||||
mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue