From 5d2eb35574e74f01c725c4b6a4fc4c63d3c66a3a Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Wed, 29 May 2024 14:04:14 +0200 Subject: Increase target SDK to 34 --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 9399e1c..82206c7 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ let android = pkgs.androidenv.composeAndroidPackages { buildToolsVersions = [ build_tools_version ]; - platformVersions = [ "33" ]; + platformVersions = [ "34" ]; abiVersions = [ "armeabi-v7a" ]; }; -- cgit v1.2.3