Skip to content

Commit 274766d

Browse files
committed
Merge pull request #2 from urbanairship/MB-890
[MB-890] Update to Android Urban Airship SDK 5.1.5
2 parents fda32f9 + 79b997a commit 274766d

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
UA Unity ChangeLog
2+
==================
3+
4+
Version 1.0.1 - January 28, 2015
5+
================================
6+
- Updated Urban Airship Android Library to 5.1.5
7+
8+
Version 1.0.0 - January 26, 2015
9+
================================
10+
- Initial plugin relese
11+
-415 KB
Binary file not shown.
415 KB
Binary file not shown.

android-plugin/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ task packagePlugin << {
7575

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

0 commit comments

Comments
 (0)