Skip to content

Commit 15a385b

Browse files
authored
Release 19.0.0 (#1631)
1 parent 6e4193f commit 15a385b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/publish-docs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
name: packaged-docs-${{ inputs.version }}
7575
retention-days: 1
7676
path: |
77-
# build/docs/${{ inputs.version }}.tar.gz
7877
build/docs/${{ inputs.version }}-kdoc.tar.gz
7978
8079
upload-docs:
@@ -109,5 +108,4 @@ jobs:
109108
env:
110109
VERSION: ${{ inputs.version }}
111110
run: |
112-
# gsutil cp build/docs/$VERSION.tar.gz gs://ua-web-ci-prod-docs-transfer/libraries/android/$VERSION.tar.gz
113111
gsutil cp build/docs/$VERSION-kdoc.tar.gz gs://ua-web-ci-prod-docs-transfer/libraries/android-kotlin/$VERSION.tar.gz

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
name: packaged-docs-${{ steps.get_version.outputs.VERSION }}
9595
retention-days: 1
9696
path: |
97-
# build/docs/${{ steps.get_version.outputs.VERSION }}.tar.gz
9897
build/docs/${{ steps.get_version.outputs.VERSION }}-kdoc.tar.gz
9998
# The publish-docs workflow will build the docs if we
10099
# somehow fail to upload them in this step.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
[Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration)
44

5+
## Version 19.0.0 January 16, 2024
6+
Major release that adds support for Android 15 (API 35) and updates Message Center and Preference Center to use Material 3.
7+
Breaking changes in Message Center are included in this release. See the [Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration/migration-guide-18-19.md) for more info.
8+
9+
### Changes
10+
- The Airship SDK now requires `compileSdk` version 35 (Android 15) or higher, and `minSdk` version 23 (Android 6) or higher.
11+
- Migrated Message Center APIs to Kotlin, using asynchronous access patterns. New suspend functions and Flows have been added for Kotlin, and Java APIs have been updated to use `PendingResult` or callbacks.
12+
- Rewrote the provided Message Center UI to follow modern Android UI conventions, use Material 3 theming, and support edge-to-edge mode for Android 15.
13+
- Updated Preference Center to use Material 3 theming and support edge-to-edge mode for Android 15.
14+
- Added `Feature.FEATURE_FLAGS` to `PrivacyManager` to control enablement of feature flags.
15+
- Added support for wrapping score views in Scenes.
16+
- Added support for Feature Flag experimentation.
17+
518
## Version 18.6.0 December 19, 2024
619
Minor release that updates how Feature Flags are resolved, improves Scene rendering on Android 15,
720
and fixes potential exceptions related to PermissionsManager and PermissionDelegates.

0 commit comments

Comments
 (0)