Skip to content

Commit

Permalink
Update to latest ios and android sdks and proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Aug 6, 2024
1 parent 6365b04 commit fb8c495
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Flutter Plugin Changelog

## Version 7.7.0 - Aug 7, 2024
Minor release that updates the Android SDK to 18.1.4 and the iOS SDK to 18.7.1.

### Changes
- Updated Android SDK to 18.1.1
- Updated iOS SDK to 18.7.1
- Updated airship-mobile-framework-proxy to 7.1.0

## Version 7.6.0 - July 11, 2024
Minor release that updates the Android SDK to 18.1.1 and the iOS SDK to 18.5.0.

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
ext.kotlin_version = '1.9.0'
ext.coroutine_version = '1.5.2'
ext.datastore_preferences_version = '1.1.1'
ext.airship_version = '18.1.1'
ext.airship_framework_proxy_version = '7.0.0'
ext.airship_version = '18.1.4'
ext.airship_framework_proxy_version = '7.1.0'

repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package com.airship.flutter

class AirshipPluginVersion {
companion object {
const val AIRSHIP_PLUGIN_VERSION = "7.6.0"
const val AIRSHIP_PLUGIN_VERSION = "7.7.0"
}
}
2 changes: 1 addition & 1 deletion ios/Classes/AirshipPluginVersion.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation

class AirshipPluginVersion {
static let pluginVersion = "7.6.0"
static let pluginVersion = "7.7.0"
}
4 changes: 2 additions & 2 deletions ios/airship_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

AIRSHIP_FLUTTER_VERSION="7.6.0"
AIRSHIP_FLUTTER_VERSION="7.7.0"

#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
Expand All @@ -20,6 +20,6 @@ Airship flutter plugin.
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.ios.deployment_target = "14.0"
s.dependency "AirshipFrameworkProxy", "7.0.0"
s.dependency "AirshipFrameworkProxy", "7.1.0"
end

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: airship_flutter
description: "Cross-platform plugin interface for the native Airship iOS and Android SDKs. Simplifies adding Airship to Flutter apps."
version: 7.6.0
version: 7.7.0
homepage: https://www.airship.com/
repository: https://github.com/urbanairship/airship-flutter
issue_tracker: https://github.com/urbanairship/airship-flutter/issues
Expand Down

0 comments on commit fb8c495

Please sign in to comment.