Skip to content

Commit

Permalink
Merge pull request #193 from urbanairship/fix-release-ci
Browse files Browse the repository at this point in the history
Fix release ci
  • Loading branch information
crow authored Dec 4, 2023
2 parents bb3724b + 1614427 commit dd5e56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "[0-9]+.[0-9]+.[0-9]+*"

env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
FLUTTER_VERSION: 3.0.2
JAVA_VERSION: "12.x"
JAVA_DISTRIBUTION: 'zulu'
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.airship.airship'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.7.10'
ext.coroutine_version = '1.5.2'
ext.datastore_preferences_version = '1.0.0'
ext.airship_version = '17.2.1'
Expand Down

0 comments on commit dd5e56b

Please sign in to comment.