Skip to content

Commit

Permalink
Update proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Dec 6, 2024
1 parent 3368094 commit 6e8bbfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
ext.kotlin_version = '1.9.0'
ext.coroutine_version = '1.5.2'
ext.datastore_preferences_version = '1.1.1'
ext.airship_framework_proxy_version = '11.0.6'
ext.airship_framework_proxy_version = '11.1.0'


repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/airship_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Airship flutter plugin.
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.ios.deployment_target = "14.0"
s.dependency "AirshipFrameworkProxy", "11.0.6"
s.dependency "AirshipFrameworkProxy", "11.1.0"
s.swift_version = "5.0.0"
end

0 comments on commit 6e8bbfa

Please sign in to comment.