about summary refs log tree commit diff
path: root/pkgs/development/mobile/androidenv/examples/shell.nix
diff options
context:
space:
mode:
authorMorgan Jones <me@numin.it>2023-11-04 18:13:19 -0700
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-11-05 14:31:44 +0100
commit1809b328770806f94d306799147cc1a847d5328f (patch)
treec728f85e5a41289194d046b94e02810e992b45a6 /pkgs/development/mobile/androidenv/examples/shell.nix
parent0a41eb1276460d25b3ce7a4e44b7b75a3f0dac5c (diff)
downloadnixlib-1809b328770806f94d306799147cc1a847d5328f.tar
nixlib-1809b328770806f94d306799147cc1a847d5328f.tar.gz
nixlib-1809b328770806f94d306799147cc1a847d5328f.tar.bz2
nixlib-1809b328770806f94d306799147cc1a847d5328f.tar.lz
nixlib-1809b328770806f94d306799147cc1a847d5328f.tar.xz
nixlib-1809b328770806f94d306799147cc1a847d5328f.tar.zst
nixlib-1809b328770806f94d306799147cc1a847d5328f.zip
androidenv: updates for Android API 34
Diffstat (limited to 'pkgs/development/mobile/androidenv/examples/shell.nix')
-rw-r--r--pkgs/development/mobile/androidenv/examples/shell.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/mobile/androidenv/examples/shell.nix b/pkgs/development/mobile/androidenv/examples/shell.nix
index 67e6421dbba3..70684bc1b3dd 100644
--- a/pkgs/development/mobile/androidenv/examples/shell.nix
+++ b/pkgs/development/mobile/androidenv/examples/shell.nix
@@ -26,14 +26,13 @@ let
   android = {
     versions = {
       cmdLineToolsVersion = "11.0";
-      platformTools = "34.0.4";
+      platformTools = "34.0.5";
       buildTools = "34.0.0";
       ndk = [
-        "25.1.8937393" # LTS NDK
-        "26.0.10404224-rc1"
+        "26.1.10909125"
       ];
       cmake = "3.6.4111459";
-      emulator = "33.1.17";
+      emulator = "34.1.9";
     };
 
     platforms = [ "23" "24" "25" "26" "27" "28" "29" "30" "31" "32" "33" "34" ];