From 28008a11660cfd2a6ef355c2fc1782c16f9339ca Mon Sep 17 00:00:00 2001
From: Dmitriy Pleshevskiy <dmitriy@pleshevski.ru>
Date: Thu, 27 Mar 2025 18:19:06 +0300
Subject: [PATCH] host/home: change android emulator version

---
 hosts/home/configs/android.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/home/configs/android.nix b/hosts/home/configs/android.nix
index 5df1dc2..d20e4d9 100644
--- a/hosts/home/configs/android.nix
+++ b/hosts/home/configs/android.nix
@@ -10,7 +10,7 @@ let
       "35.0.1"
     ];
     includeEmulator = true;
-    emulatorVersion = "35.3.10";
+    emulatorVersion = "35.3.11";
     platformVersions = [ "29" "33" "34" ];
     includeSources = false;
     includeSystemImages = true;