From 1bc45e0195344495a58a3a817ce2915da4ca3df4 Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Mon, 18 Jan 2021 19:32:15 +0300 Subject: [PATCH] github actions, update NDk version info --- app-sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-sample/build.gradle b/app-sample/build.gradle index 7f511069..9019be25 100644 --- a/app-sample/build.gradle +++ b/app-sample/build.gradle @@ -102,7 +102,7 @@ android { } else { // it seems to be a bug in NDK handling, github fail to build the project with the: // `com.android.builder.errors.EvalIssueException: No version of NDK matched the requested version 21.0.6113669. Versions available locally: 21.3.6528147` - ndkVersion '21.3.6528147' + ndkVersion '22.0.7026061' } }