Skip to content

Commit ac8d888

Browse files
authored
Merge pull request #3885 from deltachat/link2xt/build-tools-35
Update Android SDK Build Tools to 35.0.0 in flake.nix
2 parents 5716372 + 30dd7a9 commit ac8d888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
pkgs = import nixpkgs { inherit system overlays; };
1616
android-sdk = android.sdk.${system} (sdkPkgs:
1717
with sdkPkgs; [
18-
build-tools-34-0-0
18+
build-tools-35-0-0
1919
cmdline-tools-latest
2020
platform-tools
2121
platforms-android-34

0 commit comments

Comments
 (0)