Skip to content

Commit 32e0d22

Browse files
committed
#317: edit version code for release; change build number
1 parent 69543ea commit 32e0d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId "rectangledbmi.com.pittsburghrealtimetracker"
1818
minSdkVersion 16
1919
targetSdkVersion 23
20-
versionCode 78
20+
versionCode 80
2121
versionName "7.0.5"
2222
}
2323
lintOptions {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
<string name="detour_info">Detour Information</string>
370370
<string name="detour_url">http://www.portauthority.org/paac/SchedulesMaps/Detours.aspx</string>
371371
<string name="servers_down_title">No buses?</string>
372-
<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>
372+
<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>
373373
<string name="servers_down_tell_me_more_button">What? Tell me more!</string>
374374
<string name="servers_down_dismiss">OK</string>
375375
</resources>

0 commit comments

Comments
 (0)