- Upgraded Android Studio version.

This commit is contained in:
Juha Heinanen
2019-11-06 16:50:25 +02:00
parent 0644faaf89
commit fb3a4b432d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Motivated by need for a secure SIP user agent for Android that does not depend o
After cloning the project, generate static libraries and include files to distribution directory using master branch of https://github.com/juha-h/libbaresip-android.
Then in Android Studio 3.5.1:
Then in Android Studio 3.5.2:
- Open an existing Android Studio project

View File

@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files