Skip to content

Commit 31e8053

Browse files
committed
fix(workflows): update min android API levels to 24
1 parent 61786a1 commit 31e8053

9 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/android_alarm_manager_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
android-api-level: [22, 26, 31, 34]
62+
android-api-level: [24, 26, 31, 34]
6363

6464
steps:
6565
- name: "Checkout repository"

.github/workflows/android_intent_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
android-api-level: [ 22, 26, 31, 34 ]
62+
android-api-level: [ 24, 26, 31, 34 ]
6363

6464
steps:
6565
- name: "Checkout repository"

.github/workflows/battery_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
android-api-level: [ 22, 26, 31, 34 ]
66+
android-api-level: [ 24, 26, 31, 34 ]
6767

6868
steps:
6969
- name: "Checkout repository"

.github/workflows/connectivity_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
android-api-level: [ 21, 26, 31, 34]
66+
android-api-level: [ 24, 26, 31, 34]
6767

6868
steps:
6969
- name: "Checkout repository"

.github/workflows/device_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
android-api-level: [ 22, 26, 31, 34 ]
66+
android-api-level: [ 24, 26, 31, 34 ]
6767

6868
steps:
6969
- name: "Checkout repository"

.github/workflows/network_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
android-api-level: [ 22, 26, 31, 34 ]
65+
android-api-level: [ 24, 26, 31, 34 ]
6666

6767
steps:
6868
- name: "Checkout repository"

.github/workflows/package_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
android-api-level: [ 22, 26, 31, 34 ]
66+
android-api-level: [ 24, 26, 31, 34 ]
6767

6868
steps:
6969
- name: "Checkout repository"

.github/workflows/sensors_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
android-api-level: [ 22, 26, 31, 34 ]
62+
android-api-level: [ 24, 26, 31, 34 ]
6363

6464
steps:
6565
- name: "Checkout repository"

.github/workflows/share_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
android-api-level: [ 22, 26, 31, 34 ]
65+
android-api-level: [ 24, 26, 31, 34 ]
6666

6767
steps:
6868
- name: "Checkout repository"

0 commit comments

Comments
 (0)