Skip to content

Commit fe80237

Browse files
fix: add new line to actual gradle
1 parent c7f706f commit fe80237

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_and_test_sdk.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ jobs:
5252
run: adb connect localhost:5555
5353

5454
- name: Set AAPT2 for android 35
55-
run: |
56-
sudo mkdir -p /usr/local/.gradle && \
57-
echo "android.aapt2FromMavenOverride=/usr/local/lib/android/sdk/build-tools/35.0.0/aapt2" >> /usr/local/.gradle/gradle.properties
55+
run: echo "android.aapt2FromMavenOverride=/usr/local/lib/android/sdk/build-tools/35.0.0/aapt2" | tee -a ${{ github.workspace }}/gradle.properties
5856

5957
- name: Build the SDK
6058
if: always()

0 commit comments

Comments
 (0)