From 986ee5f0a25ad7f0151d16ba6ffb60fdf8f4b992 Mon Sep 17 00:00:00 2001 From: Xcreen Date: Thu, 6 Feb 2020 20:03:38 +0100 Subject: [PATCH] Update Android Build Tools to 29.0.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1aaaf93..4cf8cdd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'io.fabric' android { compileSdkVersion 29 - buildToolsVersion "29.0.2" + buildToolsVersion "29.0.3" defaultConfig { applicationId "net.xcreen.restsms" minSdkVersion 23