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:
@@ -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\"")
|
||||
|
||||
Reference in New Issue
Block a user