Skip to content

Commit 53e5161

Browse files
Minor changes to CI
1 parent 0fdfd7e commit 53e5161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
with:
9797
generate_release_notes: true
9898
prerelease: false
99-
files: android/app/build/outputs/apk/release/*.apk
99+
files: android/app/build/outputs/apk/release/*-signed.apk

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ android {
125125
abi {
126126
reset()
127127
enable true
128-
universalApk false
128+
universalApk true
129129
include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
130130
}
131131
}

0 commit comments

Comments
 (0)