Skip to content

Commit

Permalink
Bump up version to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Nov 26, 2016
1 parent 74dbdb7 commit 2f97404
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 31
versionName "1.7.4"
versionCode 32
versionName "1.7.5"
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.4</string>
<string name="app_header">Stately/1.7.4 (User %1$s; Droid)</string>
<string name="app_header_nouser">Stately/1.7.4 (No User; Droid)</string>
<string name="app_version">Stately 1.7.5</string>
<string name="app_header">Stately/1.7.5 (User %1$s; Droid)</string>
<string name="app_header_nouser">Stately/1.7.5 (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 2f97404

Please sign in to comment.