app-unpriv: Set ndkVersion as well for stripping
All checks were successful
/ build-debug (push) Successful in 3m53s

Otherwise, the stripping step always fails in CI builds. This breaks
reproducibility as debug info contains path to NDK.
This commit is contained in:
Peter Cai 2024-04-13 15:05:34 -04:00
parent d588ba78c1
commit 28f7be0f4c

View file

@ -18,6 +18,7 @@ apply {
android {
namespace = "im.angry.easyeuicc"
compileSdk = 34
ndkVersion = "26.1.10909125"
defaultConfig {
applicationId = "im.angry.easyeuicc"