From 4ca9f4c46e0f76f89c87cefcf1126ff497b4477b Mon Sep 17 00:00:00 2001 From: DecFox <33030671+DecFox@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:26:55 +0530 Subject: [PATCH] chore: bump NDKVersion and android platforms (#1643) ## 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: https://github.com/ooni/probe/issues/2783 - [ ] 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: - [ ] if you changed code inside an experiment, make sure you bump its version number ## Description This diff updates the NDKVERSION and android SDK platforms to the latest stable version --- GOVERSION | 2 +- MOBILE/android/ensure | 2 +- NDKVERSION | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GOVERSION b/GOVERSION index ae7bbdf047..88863fd8e3 100644 --- a/GOVERSION +++ b/GOVERSION @@ -1 +1 @@ -1.21.10 +1.21.11 diff --git a/MOBILE/android/ensure b/MOBILE/android/ensure index 3ce7351438..4b66b7c4b4 100755 --- a/MOBILE/android/ensure +++ b/MOBILE/android/ensure @@ -2,7 +2,7 @@ set -euo pipefail -__install_extra="build-tools;34.0.0 platforms;android-34" +__install_extra="build-tools;34.0.0 platforms;android-35" __ndk_version=$(cat ./NDKVERSION) diff --git a/NDKVERSION b/NDKVERSION index d89b43bc4a..0209fe9b5d 100644 --- a/NDKVERSION +++ b/NDKVERSION @@ -1 +1 @@ -26.3.11579264 +27.0.12077973 diff --git a/go.mod b/go.mod index 5e0b810c9b..16ac9971e1 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ooni/probe-cli/v3 go 1.21 -toolchain go1.21.10 +toolchain go1.21.11 require ( filippo.io/age v1.1.1