Skip to content

Commit b28a9f7

Browse files
authored
Merge pull request #6 from ran-su/feature/android-app
Feat: Convert website to a basic Android app
2 parents a03732a + 7916f57 commit b28a9f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
with:
1818
java-version: '17'
1919
distribution: 'temurin'
20-
cache: 'gradle'
20+
21+
- name: Set up Gradle
22+
uses: gradle/actions/setup-gradle@v3
23+
with:
24+
gradle-version: '7.5'
2125

2226
- name: Build with Gradle
2327
run: gradle :app:assembleDebug --stacktrace

0 commit comments

Comments
 (0)