Update android.yml
This commit is contained in:
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@@ -20,12 +20,6 @@ jobs:
|
|||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Android Build Tools
|
|
||||||
env:
|
|
||||||
ANDROID_BUILD_TOOLS: 31.0.0
|
|
||||||
run: |
|
|
||||||
ln -s ${ANDROID_HOME}/build-tools/$ANDROID_BUILD_TOOLS/d8 ${ANDROID_HOME}/build-tools/$ANDROID_BUILD_TOOLS/dx
|
|
||||||
ln -s ${ANDROID_HOME}/build-tools/$ANDROID_BUILD_TOOLS/lib/d8.jar ${ANDROID_HOME}/build-tools/$ANDROID_BUILD_TOOLS/lib/dx.jar
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
|
|||||||
Reference in New Issue
Block a user