Kotlin & Gson Updates
This commit is contained in:
parent
777fb1ad65
commit
943a565166
2 changed files with 5 additions and 2 deletions
|
@ -39,7 +39,7 @@ dependencies {
|
|||
compile 'org.jetbrains.anko:anko-support-v4:0.10.1'
|
||||
compile 'org.jetbrains.anko:anko-design:0.10.1'
|
||||
compile 'com.android.support:design:26.0.1'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.1'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
|
||||
|
||||
// https://github.com/JakeWharton/ViewPagerIndicator
|
||||
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.1.4-2'
|
||||
ext.kotlin_version = '1.1.50'
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
@ -17,6 +17,9 @@ buildscript {
|
|||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue