abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index fc29b4c..4d265b8 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,6 +6,7 @@
let
android = pkgs.androidenv.composeAndroidPackages {
+ buildToolsVersions = [ "30.0.3" ];
platformVersions = [ "29" ];
abiVersions = [ "armeabi-v7a" ];
};