fix: platformToolsVersion for newer nixpkgs

This commit is contained in:
Siddarth Kumar 2024-04-30 11:29:22 +05:30
parent 9935d03539
commit 2fd8034f32
No known key found for this signature in database
GPG Key ID: F84DB2CA5207F534
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# by setting android_sdk.accept_license = true.
androidenv.composeAndroidPackages {
toolsVersion = "26.1.1";
platformToolsVersion = "33.0.1";
platformToolsVersion = "33.0.2";
buildToolsVersions = [ "31.0.0" ];
platformVersions = [ "31" ];
cmakeVersions = [ "3.18.1" ];