Skip to content

Commit

Permalink
Merge pull request #28 from urbanairship/MOBILE-3128
Browse files Browse the repository at this point in the history
[MOBILE-3128] Update android gimbal adapter
  • Loading branch information
Ulrico972 authored Jun 6, 2022
2 parents 582048e + f89947d commit a06dbf7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Android Airship Gimbal Adapter ChangeLog

## Version 7.4.0 - May 31, 2022
- Updated Airship SDK to 16.5.0
- Updated Gimbal SDK to 4.7.0

## Version 7.3.0 - January 5, 2022
- Updated Airship SDK to 16.1.1
- Updated Gimbal SDK to 4.6.0
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

buildscript {
ext {
adapterVersion = '7.3.0'
adapterVersion = '7.4.0'

// Dependencies
airshipVersion = '16.1.1'
gimbalVersion = '4.6.0'
airshipVersion = '16.5.0'
gimbalVersion = '4.7.0'

// Android SDK versions
compileSdkVersion = 29
targetSdkVersion = 29
compileSdkVersion = 31
targetSdkVersion = 31
minSdkVersion = 21

// Gradle plugins
gradlePluginVersion = '7.0.2'
gradlePluginVersion = '7.1.3'
nexusPublishPluginVersion = '1.1.0'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a06dbf7

Please sign in to comment.