Skip to content

Commit

Permalink
Fix �#5
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanDeveloper committed Feb 11, 2018
1 parent 043794c commit 1b5b046
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 18 deletions.
15 changes: 1 addition & 14 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.nolan.mmcs_schedule"
minSdkVersion 15
targetSdkVersion 24
versionCode 22
versionName "1.5.7"
versionCode 24
versionName "1.5.9"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public void onCreate() {

@Override
protected String getServerUrl() {
return "http://users.mmcs.sfedu.ru:3000";
return "http://schedule.sfedu.ru";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public void showSchedule() {
@Override
public void startReportErrorActivity(String subject, String text) {
Intent emailIntent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts(
"mailto", "yadummer+schedule@gmail.com", null));
"mailto", "mmcs.schedule.feedback@gmail.com", null));
emailIntent.putExtra(Intent.EXTRA_SUBJECT, subject);
emailIntent.putExtra(Intent.EXTRA_TEXT, text);
startActivity(Intent.createChooser(emailIntent, "Отправить письмо..."));
Expand Down

0 comments on commit 1b5b046

Please sign in to comment.