From d732442f3ba0f7d504b64b3fd96dbaa905fcb32e Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 18 Jul 2019 10:08:00 +0300 Subject: [PATCH] - Upgraded gradle version. - Upgraded studio version in readme. --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b95018ed..c141cbae 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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.4.1: +Then in Android Studio 3.4.2: - Open an existing Android Studio project diff --git a/build.gradle b/build.gradle index d5395f74..5f823848 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:3.4.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