fix(ci): Use default NDK on GH runners (#3716)

This should fix the flaky kotlin builds if the NDK is actually
installed.
This commit is contained in:
Jamil
2024-02-21 10:17:47 -08:00
committed by GitHub
parent 5bd717b877
commit b769abdb0a

View File

@@ -44,7 +44,10 @@ android {
namespace = "dev.firezone.android"
compileSdk = 34
ndkVersion = "26.1.10909125"
// Life is easier if we just match the default NDK on the Ubuntu 22.04 runners
// https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#android
ndkVersion = "25.2.9519653"
defaultConfig {
applicationId = "dev.firezone.android"