abouttreesummaryrefslogcommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJules Aguillon2021-01-04 23:50:51 +0100
committerJules Aguillon2021-01-04 23:50:51 +0100
commit1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90 (patch)
tree33f6a164a4b2f13c96536e3e882e615e69778f35 /shell.nix
parent3c04e0eebb400c51ab8196daba96b93d3b414b1a (diff)
downloadunexpected-keyboard-1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90.tar.gz
unexpected-keyboard-1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90.zip
Upgrade the platform version to 29
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" ];
};