diff options
| author | J. Fronny | 2025-09-29 00:37:26 +0200 |
|---|---|---|
| committer | GitHub | 2025-09-29 00:37:26 +0200 |
| commit | 7fdf63b930e51a06011ce911cf87a03c41b8334d (patch) | |
| tree | 84993a4eb8689c285b9f308420513fcee1d12df4 /shell.nix | |
| parent | 462b860e4e2930f5516b6e2ab5e203f05b98bf4d (diff) | |
| download | unexpected-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]; |
