From 5974abee34c76f976e3a9bfa442ebdabc6aa9eb4 Mon Sep 17 00:00:00 2001 From: Anton Chekulaev Date: Thu, 22 Oct 2020 17:33:30 +1100 Subject: [PATCH] Use the build tools version matching compile SDK. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 13c4e23e3..765123923 100644 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,7 @@ def abiPostFix = ['armeabi-v7a' : 1, android { flavorDimensions "none" compileSdkVersion 29 - buildToolsVersion '28.0.3' + buildToolsVersion '29.0.3' useLibrary 'org.apache.http.legacy' dexOptions {