Skip to content

Commit

Permalink
Merge pull request #49 from urbanairship/release-7.1.2
Browse files Browse the repository at this point in the history
Prepare release 7.1.2
  • Loading branch information
Ulrico972 authored Aug 12, 2024
2 parents 25599a2 + 9f39b5e commit ef357bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AirshipFrameworkProxy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Pod::Spec.new do |s|
s.version = "7.1.1"
s.version = "7.1.2"
s.name = "AirshipFrameworkProxy"
s.summary = "Airship iOS mobile framework proxy"
s.documentation_url = "https://docs.airship.com/platform/mobile"
Expand All @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.swift_version = "5.0"
s.source_files = "ios/AirshipFrameworkProxy/**/*.{h,m,swift}"
s.dependency 'Airship', "18.7.1"
s.dependency 'Airship', "18.7.2"
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/urbanairship/ios-library.git", from: "18.7.1")
.package(url: "https://github.com/urbanairship/ios-library.git", from: "18.7.2")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]

# Airship
airshipProxy = '7.1.1'
airship = '18.1.5'
airshipProxy = '7.1.2'
airship = '18.1.6'

# Gradle plugins
androidGradlePlugin = '8.3.2'
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target 'AirshipFrameworkProxy' do
pod 'Airship', '18.7.1'
pod 'Airship', '18.7.2'
end

target 'AirshipFrameworkProxyTests' do
Expand Down

0 comments on commit ef357bc

Please sign in to comment.