Skip to content

Commit f068d3d

Browse files
committed
Change default Android API level to 29 due to finagolfin/swift-android-sdk#175
1 parent e240b38 commit f068d3d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ for the [Swift Algorithms](https://github.com/skiptools/swift-algorithms) packag
6969
default: 'true'
7070
android-api-level:
7171
description: 'The API level of the Android emulator to run against'
72-
default: 24
72+
default: 29
7373
android-emulator-options:
7474
description: 'Options to pass to the Android emulator'
7575
default: '-no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim'
@@ -84,6 +84,7 @@ To create a new release, make a new tag (like 1.0.0),
8484
and then update the symbolic major v1 tag with:
8585

8686
```
87+
git tag v1.0.2 && git push --tags
8788
git tag -fa v1 -m "Update v1 tag" && git push origin v1 --force
8889
```
8990

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
android-api-level:
3636
description: 'The API level of the Android emulator to run against'
3737
required: true
38-
default: 24
38+
default: 29
3939
runs:
4040
using: "composite"
4141
steps:

0 commit comments

Comments
 (0)