From 6480b3dbbdc1474502697f1d53a51627ad052c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot=20=28=40U-Exp=29?= Date: Sun, 18 Jan 2015 17:42:38 +0100 Subject: [PATCH] v1.6.1: Remove sync error notification if a good sync is done after a bad sync --- AndroidManifest.xml | 4 ++-- .../owncloud_sms/notifications/OCSMSNotificationManager.java | 4 ++++ .../owncloud_sms/sync_adapters/SmsSyncAdapter.java | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f49a081..a5db226 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="17" + android:versionName="0.16.1" >