Bump app version to 1.1.3

This commit is contained in:
Shinokuni 2020-02-22 17:57:42 +01:00
parent a960f59e2f
commit 66616b5759
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# v1.1.3
- Fix crash for API < 24 #51
- Fix item read state not syncing with Nextcloud News #49
# v1.1.2
- Fix opml not working in release version

View File

@ -9,8 +9,8 @@ android {
applicationId "com.readrops.app"
minSdkVersion 21
targetSdkVersion 29
versionCode 8
versionName "1.1.2"
versionCode 9
versionName "1.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {

View File

@ -0,0 +1,4 @@
<ul>
<li>Fix crash for API < 24</li>
<li>Fix item read state not syncing with Nextcloud News</li>
</ul>