Bump version to 1.1.2
This commit is contained in:
parent
a5359cf33a
commit
3a0667a10c
15
CHANGELOG.md
15
CHANGELOG.md
@ -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.
|
Request write storage permission before downloading image.
|
||||||
|
|
||||||
#v1.1.0
|
# v1.1.0
|
||||||
|
|
||||||
- OPML import/export for local account
|
- OPML import/export for local account
|
||||||
- Dark theme
|
- Dark theme
|
||||||
@ -10,15 +15,15 @@ Request write storage permission before downloading image.
|
|||||||
- Open item in webview
|
- Open item in webview
|
||||||
- Minor bug fixes and improvements
|
- Minor bug fixes and improvements
|
||||||
|
|
||||||
#v1.0.2.2
|
# v1.0.2.2
|
||||||
|
|
||||||
Disable Proguard as it makes fail some functionalities.
|
Disable Proguard as it makes fail some functionalities.
|
||||||
|
|
||||||
#v1.0.2.1
|
# v1.0.2.1
|
||||||
|
|
||||||
Fix a crash related to Proguard Rules.
|
Fix a crash related to Proguard Rules.
|
||||||
|
|
||||||
#v1.0.2
|
# v1.0.2
|
||||||
|
|
||||||
- Add swipe background to main list items
|
- Add swipe background to main list items
|
||||||
- Add preference to parse a fixed number of items when adding a local feed
|
- Add preference to parse a fixed number of items when adding a local feed
|
||||||
|
@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "com.readrops.app"
|
applicationId "com.readrops.app"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName "1.1.1"
|
versionName "1.1.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user