From 0cbcea351860f0ccea4709d25d2617dfcee0bffa Mon Sep 17 00:00:00 2001 From: geeksville Date: Wed, 26 Aug 2020 13:46:10 -0700 Subject: [PATCH] fix ci build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 51f3447e5..a3539fc03 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,7 +23,7 @@ android { } } */ compileSdkVersion 29 - buildToolsVersion "30.0.2" + buildToolsVersion "30.0.1" // Note: 30.0.0.2 doesn't yet work on Github actions CI defaultConfig { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)