Skip to content

Commit 96b8b1d

Browse files
authored
Merge pull request #414 from Countly/fix_git_tests
fix: tests with custom aapt2
2 parents 30c5fbb + fe80237 commit 96b8b1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test_sdk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
branches:
1919
- master
2020
- staging
21-
2221
jobs:
2322
setup:
2423
runs-on: ubuntu-latest
@@ -51,6 +50,9 @@ jobs:
5150

5251
- name: Connect to the Emulator
5352
run: adb connect localhost:5555
53+
54+
- name: Set AAPT2 for android 35
55+
run: echo "android.aapt2FromMavenOverride=/usr/local/lib/android/sdk/build-tools/35.0.0/aapt2" | tee -a ${{ github.workspace }}/gradle.properties
5456

5557
- name: Build the SDK
5658
if: always()

0 commit comments

Comments
 (0)