Skip to content

Commit

Permalink
#317: edit version code for release; change build number
Browse files Browse the repository at this point in the history
  • Loading branch information
epicstar committed May 24, 2017
1 parent 69543ea commit 32e0d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
applicationId "rectangledbmi.com.pittsburghrealtimetracker"
minSdkVersion 16
targetSdkVersion 23
versionCode 78
versionCode 80
versionName "7.0.5"
}
lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<string name="detour_info">Detour Information</string>
<string name="detour_url">http://www.portauthority.org/paac/SchedulesMaps/Detours.aspx</string>
<string name="servers_down_title">No buses?</string>
<string name="servers_down_description">Wondering why no buses have been on the map for the past 4 weeks?\n\nThis is because Port Authority\'s realtime data servers have been down.\n\nWhile this issue is out of our control, we\'ll give you an update ASAP.</string>
<string name="servers_down_description">Wondering why there may be no buses on the map right now?\n\nThat is because Port Authority\'s servers may be down.\n\nWhile this issue is out of our control, we\'ll give you a status update ASAP.</string>
<string name="servers_down_tell_me_more_button">What? Tell me more!</string>
<string name="servers_down_dismiss">OK</string>
</resources>

0 comments on commit 32e0d22

Please sign in to comment.