Bump version to 1.1.2

This commit is contained in:
Shinokuni 2020-01-30 22:47:28 +01:00
parent a5359cf33a
commit 3a0667a10c
3 changed files with 16 additions and 7 deletions

View File

@ -1,8 +1,13 @@
#v1.1.1
# v1.1.2
- Fix opml not working in release version
- Fix account url not being changed when text field in add account activity was edited
# v1.1.1
Request write storage permission before downloading image.
#v1.1.0
# v1.1.0
- OPML import/export for local account
- Dark theme
@ -10,15 +15,15 @@ Request write storage permission before downloading image.
- Open item in webview
- Minor bug fixes and improvements
#v1.0.2.2
# v1.0.2.2
Disable Proguard as it makes fail some functionalities.
#v1.0.2.1
# v1.0.2.1
Fix a crash related to Proguard Rules.
#v1.0.2
# v1.0.2
- Add swipe background to main list items
- Add preference to parse a fixed number of items when adding a local feed

View File

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

View File

@ -0,0 +1,4 @@
<ul>
<li>Fix opml not working in release version</li>
<li>Fix account url not being changed when text field in add account activity was edited</li>
</ul>