From bde3f377e2ec0e2e7668f63e4d4e1ce3635b2286 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 12 Apr 2020 16:19:01 -0700 Subject: [PATCH] update build tools --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4d9b99529..d988842d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ apply plugin: 'com.google.protobuf' android { compileSdkVersion 29 - buildToolsVersion "29.0.2" + buildToolsVersion "29.0.3" defaultConfig { applicationId "com.geeksville.mesh" minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works)