Update support e-mail address

pull/281/head 4.7.11
Alex Baker 11 years ago
parent 0fec8c9252
commit a508845889

@ -27,7 +27,7 @@ android {
buildToolsVersion "22.0.1"
defaultConfig {
versionCode 361
versionCode 362
versionName "4.7.11"
minSdkVersion 7
targetSdkVersion 22

@ -33,7 +33,7 @@ public class BasicPreferences extends InjectingPreferenceActivity {
});
findPreference(getString(R.string.contact_developer)).setIntent(
new Intent(Intent.ACTION_SENDTO, Uri.fromParts("mailto", "Alex Baker<baker.alex+tasks@gmail.com>", null)) {{
new Intent(Intent.ACTION_SENDTO, Uri.fromParts("mailto", "Tasks Support <support@tasks.org>", null)) {{
putExtra(Intent.EXTRA_SUBJECT, "Tasks Feedback");
putExtra(Intent.EXTRA_TEXT, deviceInfo.getDebugInfo());
}});

Loading…
Cancel
Save