Skip to content

Commit

Permalink
Prepare for release 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
x0b committed Apr 8, 2020
1 parent 4958d83 commit 1475a5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
12 changes: 12 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1475a5a

Please sign in to comment.