Skip to content

Commit b4df77d

Browse files
authored
Merge pull request #644 from PlayerData/fix-android-build
ci: Fix Android build
2 parents cca74e8 + c01721f commit b4df77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
npx expo prebuild --platform android
6060
6161
cd android
62-
./gradlew build
62+
./gradlew app:assembleRelease --no-daemon -Dorg.gradle.logging.level=warn
6363
6464
ios-example:
6565
name: iOS example app

0 commit comments

Comments
 (0)