Skip to content

Commit

Permalink
Release 13.0.0 (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Apr 17, 2020
1 parent 098f949 commit 5ebc284
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,12 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
run: |
./gradlew urbanairship-core:bintrayUpload --stacktrace
./gradlew urbanairship-automation:bintrayUpload --stacktrace
./gradlew urbanairship-message-center:bintrayUpload --stacktrace
./gradlew urbanairship-location:bintrayUpload --stacktrace
./gradlew urbanairship-ads-identifier:bintrayUpload --stacktrace
./gradlew urbanairship-preference:bintrayUpload --stacktrace
./gradlew urbanairship-accengage:bintrayUpload --stacktrace
./gradlew urbanairship-fcm:bintrayUpload --stacktrace
./gradlew urbanairship-adm:bintrayUpload --stacktrace
./gradlew urbanairship-accengage:bintrayUpload --stacktrace
./gradlew urbanairship-preference:bintrayUpload --stacktrace
./gradlew urbanairship-ads-identifier:bintrayUpload --stacktrace
./gradlew urbanairship-hms:bintrayUpload --stacktrace
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

## Version 13.0.0 - April 20, 2020

Release for SDK 13. This release adds support for enhanced custom events, date attributes, HMS push provider, and breaks
Major release that adds support for enhanced custom events, date attributes, HMS push provider, and breaks
the `urbanairship-core` module into several modules: `urbanairship-core`, `urbanairship-message-center`, `urbanairship-automation`, and
`urbananairship-location`. This allows apps to pull in only the feature modules they use. Most of the changes in this release reflect the restructuring that makes this possible.
`urbananairship-location`. This allows apps to pull in only the feature modules they use. Most of the changes in
this release reflect the restructuring that makes this possible.

Changes
-------
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ buildscript {
airshipVersion = '13.0.0'

// Airship Version Qualifier beta, release, etc...
airshipVersionQualifier = "beta"
// airshipVersionQualifier = "beta"

// Android SDK Versions
compileSdkVersion = 29
targetSdkVersion = 29
minSdkVersion = 16

// Gradle plugins
gradlePluginVersion = '3.6.2'
gradlePluginVersion = '3.6.3'
bintrayPluginVersion = '1.8.4'
googleServicesPluginVersion = '4.3.3'
spotlessPluginVersion = '3.27.1'
Expand All @@ -31,7 +31,7 @@ buildscript {
androidxAnnotationVersion = '1.0.0'
androidxCustomViewVersion = '1.0.0'
androidxAppCompatVersion = '1.1.0'
androidxPreferenceVersion = '1.1.0'
androidxPreferenceVersion = '1.1.1'
androidxVectorDrawableVersion = '1.1.0'
androidxRoomVersion = '2.2.5'
androidxConstraintLayoutVersion = '1.1.3'
Expand Down

0 comments on commit 5ebc284

Please sign in to comment.