Skip to content

Commit

Permalink
Update sdk to 34 to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin van der Krieken committed Sep 27, 2024
1 parent 45fac77 commit 287e0a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
buildToolsVersion = "34.0.0";
androidComposition = pkgs.androidenv.composeAndroidPackages {
buildToolsVersions = [ buildToolsVersion ];
#platformVersions = [ "26" "30" "31" "33" "28" ];
platformVersions = [ "33" ];
platformVersions = [ "34" ];
abiVersions = [ "armeabi-v7a" "arm64-v8a" ];
};
androidSdk = androidComposition.androidsdk;
Expand Down

0 comments on commit 287e0a0

Please sign in to comment.