Skip to content

Commit 6cc0911

Browse files
committed
Release 15.0.1
1 parent c01f1f7 commit 6cc0911

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AirshipFrameworkProxy.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Pod::Spec.new do |s|
3-
s.version = "15.0.0"
3+
s.version = "15.0.1"
44
s.name = "AirshipFrameworkProxy"
55
s.summary = "Airship iOS mobile framework proxy"
66
s.documentation_url = "https://docs.airship.com/platform/mobile"

android/airship-framework-proxy/src/main/java/com/urbanairship/android/framework/proxy/proxies/AirshipProxy.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public class AirshipProxy(
121121
}
122122

123123
private fun ensureTakeOff() {
124-
if (Airship.isFlyingOrTakingOff) {
124+
if (!Airship.isFlyingOrTakingOff) {
125125
throw java.lang.IllegalStateException("Takeoff not called.")
126126
}
127127
}

android/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

33
# Airship
4-
airshipProxy = '15.0.0'
4+
airshipProxy = '15.0.1'
55
airship = '20.0.4'
66

77
# Gradle plugins

0 commit comments

Comments
 (0)