Skip to content

Commit

Permalink
Bump up version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Oct 29, 2016
1 parent b42458c commit 44c6e02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Get Stately on: [Google Play](https://play.google.com/store/apps/details?id=com.

### Revision History

* **1.7.2** - Z-Day support, issues API, bug fixes and other improvements.
* **1.7.1** - Restore text selection, bug fixes and other improvements.
* **1.7.0** - Notifications, themes, World, census rankings, open old resolutions, improved telegrams, region polls, dossier.
* **1.6.3** - Enable move to SD card, bug fixes and improvements.
Expand Down
4 changes: 2 additions & 2 deletions Stately/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.lloydtorres.stately"
minSdkVersion 16
targetSdkVersion 25
versionCode 28
versionName "1.7.1"
versionCode 29
versionName "1.7.2"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions Stately/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<resources>
<string name="app_name">Stately</string>
<string name="app_version">Stately 1.7.1</string>
<string name="app_header">Stately/1.7.1 (User %1$s; Droid)</string>
<string name="app_header_nouser">Stately/1.7.1 (No User; Droid)</string>
<string name="app_version">Stately 1.7.2</string>
<string name="app_header">Stately/1.7.2 (User %1$s; Droid)</string>
<string name="app_header_nouser">Stately/1.7.2 (No User; Droid)</string>
<string name="stately_alphys_r">Stately Notification Polling Receiver</string>
<string name="stately_alphys">Stately Notification Polling Service</string>
<string name="stately_notifs_sub_template">%1$s — Stately for NationStates</string>
Expand Down

0 comments on commit 44c6e02

Please sign in to comment.