abouttreesummaryrefslogcommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index bb09515..3f6d853 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,7 +6,7 @@
let
android = pkgs.androidenv.composeAndroidPackages {
- platformVersions = [ "23" ];
+ platformVersions = [ "29" ];
abiVersions = [ "armeabi-v7a" ];
};