Skip to content

Commit 95930af

Browse files
authored
chore: upgrade build-tools version (#1768)
## Checklist - [x] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) - [x] reference issue for this pull request: #1767 - [ ] if you changed anything related to how experiments work and you need to reflect these changes in the ooni/spec repository, please link to the related ooni/spec pull request: <!-- add URL here --> - [ ] if you changed code inside an experiment, make sure you bump its version number <!-- Reminder: Location of the issue tracker: https://github.com/ooni/probe --> ## Description This upgrades mobile android deps to the latest version
1 parent 0a78cd3 commit 95930af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MOBILE/android/ensure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
__install_extra="build-tools;35.0.0 platforms;android-36"
5+
__install_extra="build-tools;36.0.0 platforms;android-36"
66

77
__ndk_version=$(cat ./NDKVERSION)
88

0 commit comments

Comments
 (0)