Skip to content

Commit

Permalink
Increase version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Aug 17, 2016
1 parent ba71589 commit e45c977
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 @@ -20,6 +20,7 @@ Get Stately on: [Google Play](https://play.google.com/store/apps/details?id=com.

### Revision History

* **1.6.1** - Bug fix for rare EditText crash.
* **1.6.0** - API-based login, drawer unread count, telegram organization, reporting, swipe to close screens.
* **1.5.5** - Remove Guava, confirm app exit, UI changes, bug fixes and improvements.
* **1.5.4** - 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 24
versionCode 23
versionName "1.6.0"
versionCode 24
versionName "1.6.1"
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.6.0</string>
<string name="app_header">Stately/1.6.0 (User %1$s; Droid/Fire)</string>
<string name="app_header_nouser">Stately/1.6.0 (No User; Droid/Fire)</string>
<string name="app_version">Stately 1.6.1</string>
<string name="app_header">Stately/1.6.1 (User %1$s; Droid/Fire)</string>
<string name="app_header_nouser">Stately/1.6.1 (No User; Droid/Fire)</string>

<!-- Login -->
<string name="for_nationstates">for NationStates</string>
Expand Down

0 comments on commit e45c977

Please sign in to comment.