mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
Update Android SDK Build Tools to 35.0.0 in flake.nix
Since buildToolsVersion is not specified in `build.gradle`,
default version is set by Android Gradle Plugin.
Gradle plugin was updated in a77b1a5dd6
,
so build tools version should be updated in flake.nix
to the corresponding version, otherwise building
fails while trying to install 35.0.0 into
read-only path managed by Nix.
This commit is contained in:
parent
5716372453
commit
30dd7a9c33
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
pkgs = import nixpkgs { inherit system overlays; };
|
pkgs = import nixpkgs { inherit system overlays; };
|
||||||
android-sdk = android.sdk.${system} (sdkPkgs:
|
android-sdk = android.sdk.${system} (sdkPkgs:
|
||||||
with sdkPkgs; [
|
with sdkPkgs; [
|
||||||
build-tools-34-0-0
|
build-tools-35-0-0
|
||||||
cmdline-tools-latest
|
cmdline-tools-latest
|
||||||
platform-tools
|
platform-tools
|
||||||
platforms-android-34
|
platforms-android-34
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue