Skip to content

Commit 3a60ad1

Browse files
committed
release.nix: set androidVersion=11 for taimen/walleye
1 parent cf5d0c2 commit 3a60ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let
1111
{ device="arm64"; flavor="vanilla"; }
1212
{ device="marlin"; flavor="vanilla"; androidVersion=10; } # Out-of-date
1313
{ device="sailfish"; flavor="vanilla"; androidVersion=10; } # Out-of-date
14-
{ device="taimen"; flavor="vanilla"; }
15-
{ device="walleye"; flavor="vanilla"; }
14+
{ device="taimen"; flavor="vanilla"; androidVersion=11; } # Out-of-date
15+
{ device="walleye"; flavor="vanilla"; androidVersion=11; } # Out-of-date
1616
{ device="crosshatch"; flavor="vanilla"; }
1717
{ device="blueline"; flavor="vanilla"; }
1818
{ device="bonito"; flavor="vanilla"; }

0 commit comments

Comments
 (0)