浏览代码

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.
Peter Cai 1 年之前
父节点
当前提交
1f6bad4222
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app-unpriv/build.gradle.kts

+ 1 - 0
app-unpriv/build.gradle.kts

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