Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Fixing typo in 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen committed May 19, 2016
1 parent c0c243a commit 7801076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
* convert application icon to meet desired lollipop guidelines, that is icon should be
* flat and white*/
targetSdkVersion 20
versionCode 305
versionName "3.0.5"
versionCode 306
versionName "3.0.6"
}
buildTypes {
release {
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 @@ -9,7 +9,7 @@
<string name="uploads_disabled">File uploads are disabled.</string>
<string name="choose_upload">Choose file for upload</string>
<string name="gcm_sender_id">400589284558</string>
<string name="loading">Loading...</string>http
<string name="loading">Loading...</string>
<string name="team_url"></string>
<string name="error_retry">You may be offline or the Mattermost server you are trying to connect to is experiencing problems.</string>
<string name="error_refresh">Refresh</string>
Expand Down

0 comments on commit 7801076

Please sign in to comment.