Skip to content

Commit dd05b24

Browse files
committed
android: bump compile sdk
1 parent 8fba5f1 commit dd05b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $(TOOLCHAIN_DIR)/$(SDK_DIR): $(SDK_TARBALL)
3131
cd latest/bin
3232
yes | ./sdkmanager --update
3333
yes | ./sdkmanager --licenses
34-
./sdkmanager 'platform-tools' 'build-tools;34.0.0' 'platforms;android-30'
34+
./sdkmanager 'platform-tools' 'build-tools;36.1.0' 'platforms;android-36'
3535
./sdkmanager --uninstall 'emulator' # Installed automatically but we don't need it.
3636
rm -f $(TOOLCHAIN_DIR)/$(SDK_TARBALL)
3737

0 commit comments

Comments
 (0)