abouttreesummaryrefslogcommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJ. Fronny2025-09-29 00:37:26 +0200
committerGitHub2025-09-29 00:37:26 +0200
commit7fdf63b930e51a06011ce911cf87a03c41b8334d (patch)
tree84993a4eb8689c285b9f308420513fcee1d12df4 /shell.nix
parent462b860e4e2930f5516b6e2ab5e203f05b98bf4d (diff)
downloadunexpected-keyboard-7fdf63b930e51a06011ce911cf87a03c41b8334d.tar.gz
unexpected-keyboard-7fdf63b930e51a06011ce911cf87a03c41b8334d.zip
Upgrade Gradle (#1097)
* Enable configuration cache and up-to-date checking
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 2bac9ac..e9f4156 100644
--- a/shell.nix
+++ b/shell.nix
@@ -5,7 +5,7 @@
let
jdk = pkgs.openjdk17;
- build_tools_version = "34.0.0";
+ build_tools_version = "35.0.0";
android = pkgs.androidenv.composeAndroidPackages {
buildToolsVersions = [ build_tools_version ];