From 0017594dcc9548864c5ef897ae9b413cc0982b16 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 18 Apr 2020 11:30:40 +0200 Subject: [PATCH] upgrade buildToolsVersion --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dde5323..155cd95 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 29 - buildToolsVersion "29.0.2" + buildToolsVersion "29.0.3" defaultConfig { applicationId "app.fedilab.nitterizeme" minSdkVersion 15