File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 mv "$APK" "$OUT"
6666 echo "RENAMED_APK=$OUT" >> "$GITHUB_ENV"
6767
68- - name: Show native toolchain commands (excerpt)
69- if: always()
70- run: |
71- egrep -i "toolchains/llvm|linux-android[0-9]+-clang|darwin-android[0-9]+-clang|clang\+\+|clang|ld\.lld| -Wl,| --sysroot| -O[0-3sz]| -flto| -fprofile| -march| -mcpu| -D" /tmp/native.ci.log \
72- | head -n 200 || true
73-
74- - name: Upload native build log
75- if: always()
76- uses: actions/upload-artifact@v4
77- with:
78- name: native-build-log
79- path: /tmp/native.ci.log
80-
8168 - name: Upload APK
8269 uses: softprops/action-gh-release@v2
8370 with:
Original file line number Diff line number Diff line change @@ -76,7 +76,12 @@ android {
7676 kotlinOptions {
7777 jvmTarget = "1.8"
7878 }
79-
79+ dependenciesInfo {
80+ // Disables dependency metadata when building APKs.
81+ includeInApk = false
82+ // Disables dependency metadata when building Android App Bundles.
83+ includeInBundle = false
84+ }
8085 externalNativeBuild {
8186 ndkBuild {
8287 path file("autodiag/jni/Android.mk")
File renamed without changes.
You can’t perform that action at this time.
0 commit comments