diff --git a/.github/workflows/android_alarm_manager_plus.yaml b/.github/workflows/android_alarm_manager_plus.yaml index d471acb5d8..3190bc193e 100644 --- a/.github/workflows/android_alarm_manager_plus.yaml +++ b/.github/workflows/android_alarm_manager_plus.yaml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [22, 26, 31, 34] + android-api-level: [24, 26, 31, 34] steps: - name: "Checkout repository" diff --git a/.github/workflows/android_intent_plus.yaml b/.github/workflows/android_intent_plus.yaml index e49dfbdcf0..c1d3c325a8 100644 --- a/.github/workflows/android_intent_plus.yaml +++ b/.github/workflows/android_intent_plus.yaml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 22, 26, 31, 34 ] + android-api-level: [ 24, 26, 31, 34 ] steps: - name: "Checkout repository" diff --git a/.github/workflows/battery_plus.yaml b/.github/workflows/battery_plus.yaml index 5152b7a3de..c5e36cbbfe 100644 --- a/.github/workflows/battery_plus.yaml +++ b/.github/workflows/battery_plus.yaml @@ -63,7 +63,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 22, 26, 31, 34 ] + android-api-level: [ 24, 26, 31, 34 ] steps: - name: "Checkout repository" diff --git a/.github/workflows/connectivity_plus.yaml b/.github/workflows/connectivity_plus.yaml index 0fb2af2342..96d5abe66d 100644 --- a/.github/workflows/connectivity_plus.yaml +++ b/.github/workflows/connectivity_plus.yaml @@ -63,7 +63,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 21, 26, 31, 34] + android-api-level: [ 24, 26, 31, 34] steps: - name: "Checkout repository" diff --git a/.github/workflows/device_info_plus.yaml b/.github/workflows/device_info_plus.yaml index 2580c61be8..05f93faa9b 100644 --- a/.github/workflows/device_info_plus.yaml +++ b/.github/workflows/device_info_plus.yaml @@ -63,7 +63,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 22, 26, 31, 34 ] + android-api-level: [ 24, 26, 31, 34 ] steps: - name: "Checkout repository" diff --git a/.github/workflows/network_info_plus.yaml b/.github/workflows/network_info_plus.yaml index 3a236dd597..e754a97327 100644 --- a/.github/workflows/network_info_plus.yaml +++ b/.github/workflows/network_info_plus.yaml @@ -62,7 +62,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 22, 26, 31, 34 ] + android-api-level: [ 24, 26, 31, 34 ] steps: - name: "Checkout repository" diff --git a/.github/workflows/package_info_plus.yaml b/.github/workflows/package_info_plus.yaml index c3ec3c84f8..ba32ceed80 100644 --- a/.github/workflows/package_info_plus.yaml +++ b/.github/workflows/package_info_plus.yaml @@ -63,7 +63,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 22, 26, 31, 34 ] + android-api-level: [ 24, 26, 31, 34 ] steps: - name: "Checkout repository" diff --git a/.github/workflows/sensors_plus.yaml b/.github/workflows/sensors_plus.yaml index e862cddeb7..118ccff7a4 100644 --- a/.github/workflows/sensors_plus.yaml +++ b/.github/workflows/sensors_plus.yaml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 22, 26, 31, 34 ] + android-api-level: [ 24, 26, 31, 34 ] steps: - name: "Checkout repository" diff --git a/.github/workflows/share_plus.yaml b/.github/workflows/share_plus.yaml index f195c07a5d..37828638c5 100644 --- a/.github/workflows/share_plus.yaml +++ b/.github/workflows/share_plus.yaml @@ -62,7 +62,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 22, 26, 31, 34 ] + android-api-level: [ 24, 26, 31, 34 ] steps: - name: "Checkout repository"