Skip to content

Commit 93ce072

Browse files
committed
Bump up version to 1.7.3
1 parent b9df133 commit 93ce072

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Get Stately on: [Google Play](https://play.google.com/store/apps/details?id=com.
2222

2323
### Revision History
2424

25+
* **1.7.3** - Hotfix for Z-Day.
2526
* **1.7.2** - Z-Day support, issues API, bug fixes and other improvements.
2627
* **1.7.1** - Restore text selection, bug fixes and other improvements.
2728
* **1.7.0** - Notifications, themes, World, census rankings, open old resolutions, improved telegrams, region polls, dossier.

Stately/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.lloydtorres.stately"
1919
minSdkVersion 16
2020
targetSdkVersion 25
21-
versionCode 29
22-
versionName "1.7.2"
21+
versionCode 30
22+
versionName "1.7.3"
2323
vectorDrawables.useSupportLibrary = true
2424
}
2525
buildTypes {

Stately/app/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<resources>
22
<string name="app_name">Stately</string>
3-
<string name="app_version">Stately 1.7.2</string>
4-
<string name="app_header">Stately/1.7.2 (User %1$s; Droid)</string>
5-
<string name="app_header_nouser">Stately/1.7.2 (No User; Droid)</string>
3+
<string name="app_version">Stately 1.7.3</string>
4+
<string name="app_header">Stately/1.7.3 (User %1$s; Droid)</string>
5+
<string name="app_header_nouser">Stately/1.7.3 (No User; Droid)</string>
66
<string name="stately_alphys_r">Stately Notification Polling Receiver</string>
77
<string name="stately_alphys">Stately Notification Polling Service</string>
88
<string name="stately_notifs_sub_template">%1$s — Stately for NationStates</string>

0 commit comments

Comments
 (0)