Skip to content

Commit

Permalink
fix emulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-gierakowski committed Dec 21, 2024
1 parent a19f114 commit ef03181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
androidPkgs = (
pkgs.androidenv.composeAndroidPackages {
includeEmulator = true;
emulatorVersion = "35.4.2";
emulatorVersion = "35.4.3";
}
);
android-nixpkgs-sdk = android-nixpkgs.sdk.${system} (
Expand Down

0 comments on commit ef03181

Please sign in to comment.