diff --git a/k9mail/build.gradle b/k9mail/build.gradle index 39d36a55c..a9efee7da 100644 --- a/k9mail/build.gradle +++ b/k9mail/build.gradle @@ -5,9 +5,6 @@ apply from: '../gradle/plugins/findbugs-android.gradle' repositories { jcenter() - maven { - url "https://oss.sonatype.org/content/repositories/snapshots/" - } } dependencies { @@ -24,7 +21,7 @@ dependencies { androidTestCompile 'com.android.support.test:testing-support-lib:0.1' androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0' - androidTestCompile('com.icegreen:greenmail:1.4.1-SNAPSHOT') { + androidTestCompile('com.icegreen:greenmail:1.4.1') { exclude group: 'junit' } androidTestCompile 'com.madgag.spongycastle:pg:1.51.0.0' diff --git a/k9mail/src/main/AndroidManifest.xml b/k9mail/src/main/AndroidManifest.xml index ca890d986..615397bbe 100644 --- a/k9mail/src/main/AndroidManifest.xml +++ b/k9mail/src/main/AndroidManifest.xml @@ -65,7 +65,7 @@ android:name="K9" android:allowTaskReparenting="false" android:icon="@drawable/icon" - android:label="@string/app_name" + android:label="@string/beta_app_name" android:theme="@style/Theme.K9.Startup"> msgCount, notificationID)) .build(); @@ -5010,7 +5011,7 @@ public class MessagingController implements Runnable { //do not set summary notification to localOnly. //Wear devices use the vibrate pattern of the summary //despite not displaying the summary - //builder.setLocalOnly(true); + builder.setLocalOnly(true); if (!data.droppedMessages.isEmpty()) { style.setSummaryText(context.getString(R.string.notification_additional_messages,