Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MB-890] Update to Android Urban Airship SDK 5.1.5 #2

Merged
merged 1 commit into from
Jan 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UA Unity ChangeLog
==================

Version 1.0.1 - January 28, 2015
================================
- Updated Urban Airship Android Library to 5.1.5

Version 1.0.0 - January 26, 2015
================================
- Initial plugin relese

Binary file removed android-plugin/aars/urbanairship-lib-5.1.4.aar
Binary file not shown.
Binary file added android-plugin/aars/urbanairship-lib-5.1.5.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions android-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ task packagePlugin << {

// Convert the Urban Airship the aar file into a Eclipse style library project
copy {
from zipTree(file("aars/urbanairship-lib-5.1.4.aar"))
from zipTree(file("aars/urbanairship-lib-5.1.5.aar"))
into file("$buildDir/unity-plugin/Assets/Plugins/Android/urbanairship-lib")
rename "classes.jar", "libs/urbanairship-lib-5.1.4.jar"
rename "classes.jar", "libs/urbanairship-lib-5.1.5.jar"
exclude "R.txt", "assets", "aidl"
}

Expand Down