github actions, update NDk version info

This commit is contained in:
Dimitry Ivanov 2021-01-18 19:32:15 +03:00
parent 3e1db2abbe
commit 1bc45e0195

View File

@ -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'
}
}