Bump app version to 1.1.4

This commit is contained in:
Shinokuni 2020-04-12 21:46:53 +02:00
parent bf48caf694
commit bb62fd7995
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
# v1.1.4
- Fix app crash when using an account url without http scheme #55
- Fix FreshRSS folder name parsing #61
- Fix feeds being deleted when adding a new feed with a NC News account #59
# v1.1.3 # v1.1.3
- Fix crash for API < 24 #51 - Fix crash for API < 24 #51

View File

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

View File

@ -0,0 +1,6 @@
<ul>
<li>Fix app crash when using an account url without http scheme</li>
<li>Fix FreshRSS folder name parsing</li>
<li>Fix feeds being deleted when adding a new feed with a NC News account</li>
</ul>