app-unpriv: Set ndkVersion as well for stripping
Otherwise, the stripping step always fails in CI builds. This breaks reproducibility as debug info contains path to NDK.
This commit is contained in:
parent
03e6380570
commit
1f6bad4222
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ apply {
|
|||
android {
|
||||
namespace = "im.angry.easyeuicc"
|
||||
compileSdk = 34
|
||||
ndkVersion = "26.1.10909125"
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "im.angry.easyeuicc"
|
||||
|
|
Loading…
Add table
Reference in a new issue