mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-03-28 20:31:39 -04:00
Temporarily re-add Android 5 support (#2925)
* Revert "Bump androidx.activity:activity-compose from 1.10.1 to 1.12.2" This reverts commit307f0e12bc. * Revert "Bump androidx.compose:compose-bom from 2025.11.01 to 2025.12.01" This reverts commita0fea79359. * Revert "Remove Android 5 support" This reverts commit23457854b7. * Update CHANGELOG
This commit is contained in:
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@@ -50,10 +50,10 @@ jobs:
|
||||
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
|
||||
sudo udevadm control --reload-rules
|
||||
sudo udevadm trigger --name-match=kvm
|
||||
- name: Run instrumented tests (API 23)
|
||||
- name: Run instrumented tests (API 21)
|
||||
uses: ReactiveCircus/android-emulator-runner@v2
|
||||
with:
|
||||
api-level: 23
|
||||
api-level: 21
|
||||
arch: x86_64
|
||||
script: ./gradlew connected${{ matrix.flavor }}DebugAndroidTest
|
||||
- name: Run instrumented tests (API 35)
|
||||
|
||||
Reference in New Issue
Block a user