Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  Update gradle-play-publisher track to production.
  update login auth error messege
  • Loading branch information
shalzz committed Jun 10, 2018
2 parents fa2ab3e + 43fa758 commit 3fff1f8
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -56,7 +56,7 @@ android {
play {
jsonFile = file('../play-service-account-key.json')
uploadImages = true
track = 'beta'
track = 'production'
}

signingConfigs {
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
<string name="unexpected_error">An unexpected error occurred</string>
<string name="form_userid_error">Phone number is invalid.</string>
<string name="form_password_error">Password is required.</string>
<string name="auth_error">Phone number is incorrect.</string>
<string name="auth_error">The phone number is not registered.
Please use your registered number or contact your college IT dept. to
register.</string>
<string name="no_data_title">Nothing Here</string>
<string name="no_data_content">No data available on the server right now</string>
<string name="no_connection_title">No connection.</string>
Expand Down

0 comments on commit 3fff1f8

Please sign in to comment.