Skip to content

Commit 00a4529

Browse files
committed
update CI
1 parent 9e39e1d commit 00a4529

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

.github/workflows/android_main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

fastlane/Fastfile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
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-
161
default_platform(:android)
172

183
platform :android do

0 commit comments

Comments
 (0)