Bump version to 1.1.2
This commit is contained in:
parent
a5359cf33a
commit
3a0667a10c
@ -1,3 +1,8 @@
|
||||
# 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.
|
||||
|
@ -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 {
|
||||
|
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