Skip to content

Commit 0f4c066

Browse files
committed
ci: update Android build task to target app module
1 parent 7833605 commit 0f4c066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747

4848
- name: Build app
4949
working-directory: ${{ matrix.working-directory }}/android
50-
run: ./gradlew assembleDebug --console=plain -PreactNativeArchitectures=arm64-v8a
50+
run: ./gradlew :app:assembleDebug --console=plain -PreactNativeArchitectures=arm64-v8a

0 commit comments

Comments
 (0)