From 1475a5a23269681c9ed4572b1411e217c9d67084 Mon Sep 17 00:00:00 2001 From: x0b Date: Wed, 8 Apr 2020 13:11:52 +0200 Subject: [PATCH] Prepare for release 1.11.3 --- app/build.gradle | 4 ++-- app/src/main/assets/changelog.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 598af6e6..4da4e061 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'io.github.x0b.rcx' minSdkVersion 21 targetSdkVersion 29 - versionCode 140 // last digit is reserved for ABI, only ever end on 0! - versionName '1.11.2' + versionCode 160 // last digit is reserved for ABI, only ever end on 0! + versionName '1.11.3' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md index 9172f4b0..4008ef37 100644 --- a/app/src/main/assets/changelog.md +++ b/app/src/main/assets/changelog.md @@ -1,3 +1,13 @@ +### 1.11.3 +* **Fix:** Crash when selecting "Add Storage" on TVs and other devices +* **Fix:** Crash when sharing file to rcx contains garbage data +* **Fix:** Crash when using thumbnails +* **Fix:** Crash after granting storage permission, part II +* **Fix:** Crash when navigation gets confused +* **Fix:** Crash when creating config for meta-remotes + +*** + ### 1.11.2 * **Fix:** Crash after granting storage permission * **Fix:** Crash when canceling loading early @@ -6,6 +16,8 @@ * **Fix:** Crash when reading circular dependent config * **Fix:** Crash reporting not working +*** + ### 1.11.1 * **Fix:** Local drives refreshing when nothing changed * **Fix:** Local drives not cleaning up properly