summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-01-31 15:37:38 +0100
committercyBerta <cyberta@riseup.net>2022-01-31 17:33:11 +0100
commit06a90eaaaac62e6719c3cc8c7ae275de35486671 (patch)
treedad3570d5e97f40647964f394d128b53c28cd6e3
parent77908103f7d6d5bd6c8bd20c8e2ca0c9ac45da4d (diff)
pin buildToolsVersion for Bitmask
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
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