Merge branch 'main' of https://github.com/deniscerri/ytdlnis
This commit is contained in:
commit
7c86be083f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -19,6 +19,10 @@ jobs:
|
|||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
|
||||
- uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
gradle-version: 7.5
|
||||
- name: Create Properties File
|
||||
run: touch local.properties
|
||||
- name: Grant execute permission for gradlew
|
||||
|
|
|
|||
Loading…
Reference in a new issue