Updated to Kotlin 1.1.1
This commit is contained in:
parent
8137508a46
commit
1dcd8711dc
2 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@ dependencies {
|
|||
// https://github.com/hotchemi/PermissionsDispatcher
|
||||
compile 'com.github.hotchemi:permissionsdispatcher:2.2.0'
|
||||
kapt 'com.github.hotchemi:permissionsdispatcher-processor:2.2.0'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -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.0'
|
||||
ext.kotlin_version = '1.1.1'
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue