Skip to content

Commit 7120a49

Browse files
authored
Update android.yml
1 parent 29b1a54 commit 7120a49

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: set up JDK 1.8
13-
uses: actions/setup-java@v1
14-
with:
15-
java-version: 1.8
16-
- name: Build with Gradle
17-
run: ./gradlew build
12+
- name: Build debug APK
13+
run: ./gradlew :app:assembleDebug

0 commit comments

Comments
 (0)