File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ jobs:
9090 include :
9191 # Oldest x86_64
9292 - arch : x86_64
93- api-level : 21
93+ api-level : 23
9494 - arch : x86_64
9595 api-level : 29
9696 # API-30+ tests are failing because play services init something something
97- # - arch: x86
98- # api-level: 30
97+ - arch : x86
98+ api-level : 30
9999 # API-32+ tests are failing because storage permissions something something
100- # - arch: x86_64
101- # api-level: 32
100+ - arch : x86_64
101+ api-level : 32
102102 steps :
103103 - name : checkout
104104 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1- # This file contains the fastlane.tools configuration
2- # You can find the documentation at https://docs.fastlane.tools
3- #
4- # For a list of all available actions, check out
5- #
6- # https://docs.fastlane.tools/actions
7- #
8- # For a list of all available plugins, check out
9- #
10- # https://docs.fastlane.tools/plugins/available-plugins
11- #
12-
13- # Uncomment the line if you want fastlane to automatically update itself
14- # update_fastlane
15-
161default_platform ( :android )
172
183platform :android do
You can’t perform that action at this time.
0 commit comments