Skip to content

Commit 078bc7d

Browse files
committed
Release 1.2.3
1 parent 85cc0c5 commit 078bc7d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
Version 1.2.3 - October 30, 2017
2+
================================
3+
- Changed Android Message Center title to be "Message Center" instead of the app name
4+
- Updated Urban Airship Android SDK to 8.9.4
5+
16
Version 1.2.2 - September 15, 2017
2-
==============================
7+
==================================
38
- Fixed Airship library linking
49
- Fixed iOS deep linking on cold start
510

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies {
1414
compile 'com.facebook.react:react-native:[0.40,)'
1515
compile 'com.google.android.gms:play-services-gcm:[11.0.1,)'
1616

17-
compile 'com.urbanairship.android:urbanairship-sdk:8.8.3'
17+
compile 'com.urbanairship.android:urbanairship-sdk:8.9.4'
1818
}

android/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
<activity
2121
android:name="com.urbanairship.reactnative.CustomMessageCenterActivity"
22+
android:label="@string/ua_message_center_title"
2223
android:launchMode="singleTask"
2324
android:theme="@android:style/Theme.DeviceDefault.Light">
2425
<intent-filter>
@@ -37,7 +38,7 @@
3738
</activity>
3839

3940
<activity android:name="com.urbanairship.reactnative.CustomLandingPageActivity"
40-
android:exported="false"
41+
android:exported="false"
4142
android:theme="@style/LandingPageStyle">
4243
<meta-data android:name="com.urbanairship.action.LANDING_PAGE_VIEW"
4344
android:resource="@layout/ua_activity_landing_page"/>

0 commit comments

Comments
 (0)