From c72f7030730c4fb51c262669f63b24264ef1bad6 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 3 Mar 2018 15:53:14 +1300 Subject: [PATCH] added buildToolsVersion to build-gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 546e7429..d1978ab2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion = 25 - + buildToolsVersion '27.0.3' defaultConfig { applicationId = 'com.tutpro.baresip' minSdkVersion 21