Update android build tools
This commit is contained in:
parent
545b4c897c
commit
aba02a766c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
let
|
let
|
||||||
pkgs = import <nixpkgs> { config.android_sdk.accept_license = true; };
|
pkgs = import <nixpkgs> { config.android_sdk.accept_license = true; };
|
||||||
buildToolsVersion = "28.0.3";
|
buildToolsVersion = "29.0.2";
|
||||||
composed = pkgs.androidenv.composeAndroidPackages {
|
composed = pkgs.androidenv.composeAndroidPackages {
|
||||||
toolsVersion = "26.1.1";
|
toolsVersion = "26.1.1";
|
||||||
platformToolsVersion = "29.0.6";
|
platformToolsVersion = "29.0.6";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue