Skip to content

Commit 968d486

Browse files
authored
lowering api level due to timeout of api 29 (#103)
* change api to 28 due to timeout * lowering api to 27
1 parent 112ac68 commit 968d486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: Compose UI tests
3737
uses: reactivecircus/android-emulator-runner@v2
3838
with:
39-
api-level: 29
39+
api-level: 27
4040
script: ./gradlew connectedCheck

0 commit comments

Comments
 (0)