Skip to content

Commit b72ec6f

Browse files
committed
feat: Add 36 to android-api-level
1 parent 1676c41 commit b72ec6f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.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: [22, 26, 31, 34, 36]
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: [ 22, 26, 31, 34, 36 ]
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: [ 22, 26, 31, 34, 36 ]
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: [ 22, 26, 31, 34, 36 ]
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: [ 22, 26, 31, 34, 36 ]
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: [ 22, 26, 31, 34, 36 ]
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: [ 22, 26, 31, 34, 36 ]
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: [ 22, 26, 31, 34, 36 ]
6666

6767
steps:
6868
- name: "Checkout repository"

0 commit comments

Comments
 (0)