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;