From 06a90eaaaac62e6719c3cc8c7ae275de35486671 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 31 Jan 2022 15:37:38 +0100 Subject: pin buildToolsVersion for Bitmask --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 4d5ce050..af166e4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,6 +6,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 30 ndkVersion "21.4.7075529" + buildToolsVersion '30.0.3' compileOptions { targetCompatibility 1.8 -- cgit v1.2.3