ソースを参照

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 {
 android {
     namespace = "im.angry.easyeuicc"
     namespace = "im.angry.easyeuicc"
     compileSdk = 34
     compileSdk = 34
+    ndkVersion = "26.1.10909125"
 
 
     defaultConfig {
     defaultConfig {
         applicationId = "im.angry.easyeuicc"
         applicationId = "im.angry.easyeuicc"