Skip to content

Commit

Permalink
Merge pull request #196 from urbanairship/release7.3.1
Browse files Browse the repository at this point in the history
Release 7.3.1
  • Loading branch information
Ulrico972 authored Feb 20, 2024
2 parents e727d1f + 86d9c41 commit 80e175f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Flutter Plugin Changelog

## Version 7.3.1 - February 16, 2024
Patch release that fixes a build issue when using Android Gradle Plugin 8+.
## Version 7.3.1 - February 20, 2024
Patch release that updates the Android and iOS SDK to 17.7.3 and fixes a build issue when using Android Gradle Plugin 8+.

### Changes
- Updated Android SDK to 17.7.3.
- Updated iOS SDK to 17.7.3.
- Added a namespace to the Airship module.

## Version 7.3.0 - December 6, 2023
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
ext.kotlin_version = '1.7.10'
ext.coroutine_version = '1.5.2'
ext.datastore_preferences_version = '1.0.0'
ext.airship_version = '17.6.0'
ext.airship_framework_proxy_version = '5.1.0'
ext.airship_version = '17.7.3'
ext.airship_framework_proxy_version = '5.1.2'

repositories {
google()
Expand Down

0 comments on commit 80e175f

Please sign in to comment.