Skip to content

Commit

Permalink
Update to SDK 19 (#620)
Browse files Browse the repository at this point in the history
* Update to SDK 19

* Update

* Update xcode

* Make it possible to disable the early headless js task
  • Loading branch information
rlepinski authored Jan 25, 2025
1 parent 61bd0a7 commit e2cee83
Show file tree
Hide file tree
Showing 16 changed files with 369 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: gem install cocoapods -v '1.16.1'

- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16.1.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
8 changes: 4 additions & 4 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Airship_kotlinVersion=1.9.24
Airship_minSdkVersion=21
Airship_targetSdkVersion=34
Airship_compileSdkVersion=34
Airship_minSdkVersion=23
Airship_targetSdkVersion=35
Airship_compileSdkVersion=35
Airship_ndkversion=26.1.10909125
Airship_airshipProxyVersion=11.2.1
Airship_airshipProxyVersion=12.1.0
Loading

0 comments on commit e2cee83

Please sign in to comment.