fix: use override ndk version

Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com>
(cherry picked from commit 362016a987945972f8e97eb2fd205e3a22abc5f6)
This commit is contained in:
Next Alone
2022-09-26 01:12:09 +08:00
committed by ACh Sulfate
parent caca2e6738
commit 049962f9ef

View File

@@ -55,7 +55,7 @@ if (ccacheExecutablePath != null) {
android {
namespace = "io.github.qauxv"
ndkVersion = "25.0.8775105"
ndkVersion = Version.getNdkVersion(project)
defaultConfig {
applicationId = "io.github.qauxv"
buildConfigField("String", "BUILD_UUID", "\"$currentBuildUuid\"")