Skip to content

Commit 421752b

Browse files
committed
shift changelog
1 parent f876f95 commit 421752b

3 files changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,6 @@ jobs:
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:

app/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)