- updated kotlin version

- added dtmf input for outbound calls
- volume/speaker experiments
This commit is contained in:
Juha Heinanen
2018-04-27 09:16:52 +03:00
parent 9a6cd6fae5
commit 990fecc6df
4 changed files with 77 additions and 4 deletions

View File

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.31'
ext.kotlin_version = '1.2.40'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong