mirror of
https://github.com/status-im/status-react.git
synced 2025-02-22 23:58:30 +00:00
fix: platformToolsVersion for newer nixpkgs
This commit is contained in:
parent
9935d03539
commit
2fd8034f32
@ -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" ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user