From 5401d903ff344aef56c859e3af206c7e0486dcbf Mon Sep 17 00:00:00 2001 From: Jan Berkel Date: Sun, 22 Apr 2018 23:06:05 +0200 Subject: [PATCH] 1.5.11 --- CHANGES | 2 +- README.md | 2 +- app/build.gradle | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 6f1a14d8d..9e20f9ef0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -== 1.5.11 (1555) tbd +== 1.5.11 (1576) 04-23-2018 * WebView scroll position lost after device rotation (#878) * Fix crash with some phone numbers (#870) diff --git a/README.md b/README.md index b73244b55..f019ba928 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,7 @@ repository and submit a [pull request][About pull requests]. ## Screenshots -### 1.5.11-BETA +### 1.5.11 ![SMS Backup+ material][smsbackup_screenshot_material] diff --git a/app/build.gradle b/app/build.gradle index 8963f6cb9..8603de570 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.zegoggles.smssync" minSdkVersion 9 targetSdkVersion 25 - versionCode 1575 - versionName "1.5.11-beta22" + versionCode 1576 + versionName "1.5.11" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }