gradle: update NDK and build tools versions to be consistent.

This commit is contained in:
Ryan Pavlik 2022-01-20 17:49:11 -06:00
parent 4fb4d4d41c
commit 81eaf5c28c
4 changed files with 7 additions and 5 deletions

6
.gitlab-ci/install-ndk.sh Normal file → Executable file
View file

@ -1,7 +1,9 @@
#!/bin/sh
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# Copyright 2018-2020, 2022, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
VERSION=r21
# aka 21.4.7075529
VERSION=r21e
FN=android-ndk-${VERSION}-linux-x86_64.zip
wget https://dl.google.com/android/repository/$FN
unzip $FN -d /opt

View file

@ -44,7 +44,7 @@ plugins {
}
ext {
ndk_version = '21.3.6528147'
ndk_version = '21.4.7075529'
sharedTargetSdk = 30
sharedMinSdk = 26

View file

@ -9,7 +9,7 @@ plugins {
android {
compileSdkVersion project.sharedTargetSdk
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'
defaultConfig {
minSdkVersion 24

View file

@ -16,7 +16,7 @@ plugins {
android {
compileSdkVersion project.sharedTargetSdk
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'
defaultConfig {
minSdkVersion project.sharedMinSdk