mirror of
https://github.com/readrops/Readrops.git
synced 2025-02-02 11:46:52 +01:00
Bump app version to 1.1.4
This commit is contained in:
parent
bf48caf694
commit
bb62fd7995
@ -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
|
||||
|
||||
- Fix crash for API < 24 #51
|
||||
|
@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.readrops.app"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 9
|
||||
versionName "1.1.3"
|
||||
versionCode 10
|
||||
versionName "1.1.4"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
javaCompileOptions {
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/10.txt
Normal 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user